Skip to content

Commit 9c32946

Browse files
committed
Set inceptionYear/packaging in gradle.properties only
1 parent 64591df commit 9c32946

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ base {
2323

2424
// Extended project information
2525
ext.projectName = 'CleanMix'
26-
ext.inceptionYear = '2025'
27-
ext.packaging = 'jar'
2826

2927
// Define variables
3028
ext.asmVersion = project.hasProperty("asmVersion") ? asmVersion : '9.0'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=CleanMix
2-
inceptionYear=2014
2+
inceptionYear=2025
33
packaging=jar
44
description=CleanMix (Cleanroom Mixin)
55
url=https://cleanroommc.com/

0 commit comments

Comments
 (0)