diff --git a/build.gradle.kts b/build.gradle.kts index 5ee162c..7342f30 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,4 +1,6 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar +import java.time.LocalDateTime +import java.time.format.DateTimeFormatter fun properties(key: String) = project.findProperty(key).toString() @@ -102,7 +104,7 @@ publishing { from(components["java"]) groupId = group.toString() artifactId = "$module" - version = version + version = "${properties("version")}-${LocalDateTime.now().format(DateTimeFormatter.ofPattern("dd-MM-yy"))}" } } } diff --git a/legacy-lands-library b/legacy-lands-library deleted file mode 160000 index 80a0d4a..0000000 --- a/legacy-lands-library +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 80a0d4a3d4e6e8b861b94560ba1b31df174ad421