Add Mutable and Immutable Factories #1
| @@ -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 { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user