File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ plugins {
33 alias(libs.plugins.kotlin.plugin.serialization)
44}
55
6+ version = property(" version" ) as String
7+
68repositories {
79 mavenCentral()
810 maven(" https://repo.papermc.io/repository/maven-public/" )
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
88}
99
1010group = " dev.forb.dforblock"
11- version = " 0.0.1 "
11+ version = rootProject.version as String
1212
1313repositories {
1414 mavenCentral()
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99 id(" maven-publish" )
1010}
1111
12- version = rootProject.property( " version" ) ? : " Unknown "
12+ version = rootProject.version as String
1313group = " dev.forb"
1414base.archivesName = project.property(" archives_base_name" ) as String
1515
Original file line number Diff line number Diff line change 11org.gradle.jvmargs =-Xmx1G
2- version =0.1 .0-alpha
2+ version =0.2 .0-alpha
You can’t perform that action at this time.
0 commit comments