We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64591df commit 9c32946Copy full SHA for 9c32946
build.gradle
@@ -23,8 +23,6 @@ base {
23
24
// Extended project information
25
ext.projectName = 'CleanMix'
26
-ext.inceptionYear = '2025'
27
-ext.packaging = 'jar'
28
29
// Define variables
30
ext.asmVersion = project.hasProperty("asmVersion") ? asmVersion : '9.0'
gradle.properties
@@ -1,5 +1,5 @@
1
name=CleanMix
2
-inceptionYear=2014
+inceptionYear=2025
3
packaging=jar
4
description=CleanMix (Cleanroom Mixin)
5
url=https://cleanroommc.com/
0 commit comments