Compare commits

1 Commits

Author SHA1 Message Date
2cd14d4a5d bump version
All checks were successful
Build / Gradle-Build (push) Successful in 13s
Publish / Gradle-Publish (push) Successful in 15s
Test / Gradle-Test (push) Successful in 17s
2025-04-10 12:56:19 +02:00

View File

@@ -6,7 +6,7 @@ plugins {
allprojects { allprojects {
group = "net.tomatentum.cutin" group = "net.tomatentum.cutin"
version = "0.1.0-RC1" + (if (!project.hasProperty("release")) ("-" + getGitHash()) else "") version = "0.1.0" + (if (!project.hasProperty("release")) ("-" + getGitHash()) else "")
description = "A lightweight Reflection abstraction specifically but not exclusively made for tueem/Marinara." description = "A lightweight Reflection abstraction specifically but not exclusively made for tueem/Marinara."
plugins.withType<JavaPlugin> { plugins.withType<JavaPlugin> {
tasks.withType<Jar>().configureEach { tasks.withType<Jar>().configureEach {