Skip to content

Commit

Permalink
Backup
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaGazman committed Mar 9, 2021
1 parent a5fb77e commit 01c4f2e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ plugins {
id 'maven-publish'
}

group = 'com.gazman.Signals'
version = '1.0'

afterEvaluate {
publishing {
publications {
Expand All @@ -13,12 +16,6 @@ afterEvaluate {
artifactId = 'final'
version = '1.0'
}
debug(MavenPublication) {
from components.debug
groupId = 'com.gazman.Signals'
artifactId = 'final-debug'
version = '1.0'
}
}
}
}
Expand Down

0 comments on commit 01c4f2e

Please sign in to comment.