Add Mutable and Immutable Factories #1

Merged
tueem merged 4 commits from feat/mutable-factories into dev 2025-05-04 11:32:27 +00:00
Showing only changes of commit eaf109e74e - Show all commits

View File

@ -6,7 +6,7 @@ plugins {
allprojects {
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."
plugins.withType<JavaPlugin> {
tasks.withType<Jar>().configureEach {