Skip to content

Commit

Permalink
Merge pull request #983 from mikepenz/feature/kotlin_2x
Browse files Browse the repository at this point in the history
[SKIP] Adjust property retrieval
  • Loading branch information
mikepenz committed May 9, 2024
2 parents ffea5ad + 5e254e2 commit b966ed3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ plugins {
}

allprojects {
group = properties["GROUP"]!!
version = properties["VERSION_NAME"]!!
group = ext.get("GROUP")!!
version = ext.get("VERSION_NAME")!!

repositories {
mavenLocal()
Expand Down

0 comments on commit b966ed3

Please sign in to comment.