Merge branch 'dev' into feat/mutable-factories
All checks were successful
Build / Gradle-Build (push) Successful in 35s
Test / Gradle-Test (push) Successful in 39s

This commit is contained in:
tueem 2025-05-02 12:33:39 +00:00
commit eaf109e74e

View File

@ -6,7 +6,7 @@ plugins {
allprojects { allprojects {
group = "net.tomatentum.cutin" group = "net.tomatentum.cutin"
version = "0.1.1" + (if (!project.hasProperty("release")) ("-" + getGitHash()) else "") version = "0.2.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 {