Compare commits

..

No commits in common. "eaf109e74e0bde2ad7374f4162778f03c6a88d09" and "a2bdb549f9084a0e6786e1be64f69e5fc12986f4" have entirely different histories.

View File

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