Skip to content

Commit

Permalink
update javax lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro authored Nov 30, 2023
1 parent 19b2f0c commit f9e5f51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ publishing {
register<MavenPublication>("release") {
groupId = "com.github.applifycu"
artifactId = "nautaclear"
version = "1.0.0"
version = "1.0.0-alpha2"

afterEvaluate {
from(components["release"])
Expand All @@ -71,4 +71,4 @@ publishing {
url = uri("https://jitpack.io")
}
}
}
}

0 comments on commit f9e5f51

Please sign in to comment.