Skip to content

Commit

Permalink
Fix gradle version property
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed Aug 3, 2023
1 parent 4cb93dc commit a7891cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ allprojects {
}

group = "dev.onyxstudios.cardinal-components-api"
version = providers.gradleProperty("mod_version")
version = providers.gradleProperty("mod_version").get()

repositories {
maven {
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ curseforge_id = 318449
modrinth_id = K01OU20C
curseforge_versions = 1.20; 1.20.1
modrinth_versions = 1.20; 1.20.1
changelog_url = https://github.com/OnyxStudios/Cardinal-Components-API/blob
release_type = release
display_name = Cardinal-Components-API
owners = OnyxStudios
Expand Down

0 comments on commit a7891cf

Please sign in to comment.