Skip to content

Commit

Permalink
[config] github packages - amen
Browse files Browse the repository at this point in the history
  • Loading branch information
nort3x committed Jul 11, 2024
1 parent e09004f commit 7fe086f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ allprojects {
}

group = "org.isk"
version = "1.0.0"
version = "1.0.0-alpha.1"
}

subprojects {
Expand All @@ -31,9 +31,6 @@ subprojects {
}
}
publications {
create<MavenPublication>("maven") {
from(components["kotlin"])
}
register<MavenPublication>("gpr") {
from(components["kotlin"])
}
Expand Down

0 comments on commit 7fe086f

Please sign in to comment.