Skip to content

Commit

Permalink
work around nexus publishing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMcCloud committed Oct 4, 2024
1 parent 269d5c1 commit 54e8b35
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
plugins { id("at.asitplus.gradle.conventions") version "2.0.20+20240920" }

group = "at.asitplus"
group = "at.asitplus"

//work around nexus publish bug
val artifactVersion: String by extra
version = artifactVersion
//end work around nexus publish bug

0 comments on commit 54e8b35

Please sign in to comment.