Skip to content

Commit

Permalink
fix: publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortezz committed Aug 25, 2024
1 parent 2111ea1 commit a921601
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ val isInCi = nexusUser != null && nexusPass != null
group = "fr.ekalia.injector"
version = "1.0.7" + if (isRelease) "" else "-SNAPSHOT"

System.out.println("Version: " + version + ", nexusUser null? " + (nexusUser == null) + ", nexusPass null? " + (nexusPass == null));

repositories {
mavenCentral()

Expand Down

0 comments on commit a921601

Please sign in to comment.