Skip to content

Commit

Permalink
clear package set
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeyunn15 committed Sep 3, 2023
1 parent 2423d4f commit 3cf9497
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 6 additions & 2 deletions thunder-okhttp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,16 @@ afterEvaluate {
publications {
release(MavenPublication) {
from components.release
artifactId = 'thunder'
groupId = 'com.jeremy.thunder'
artifactId = 'thunder-okhttp'
version = '0.0.1'
}

debug(MavenPublication) {
from components.debug
artifactId = 'thunder'
groupId = 'com.jeremy.thunder'
artifactId = 'thunder-okhttp'
version = '0.0.1'
}
}
}
Expand Down
4 changes: 4 additions & 0 deletions thunder/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,16 @@ afterEvaluate {
publications {
release(MavenPublication) {
from components.release
groupId = 'com.jeremy.thunder'
artifactId = 'thunder'
version = '0.0.1'
}

debug(MavenPublication) {
from components.debug
groupId = 'com.jeremy.thunder'
artifactId = 'thunder'
version = '0.0.1'
}
}
}
Expand Down

0 comments on commit 3cf9497

Please sign in to comment.