Skip to content

Commit

Permalink
⚙️ Extract group value into gradle.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMarquis committed Aug 28, 2022
1 parent 8e33c03 commit dde077f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
version=1.0.0
group=com.github.SimonMarquisTest

# Dependencies
kotlinVersion=1.7.10
Expand Down
1 change: 0 additions & 1 deletion processor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ publishing {
}
publications {
create<MavenPublication>("jitpack") {
group = "com.github.SimonMarquis"
artifactId = "SealedObjectInstances"
from(components["kotlin"])
pom {
Expand Down

0 comments on commit dde077f

Please # to comment.