aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2021-05-03 00:47:22 +0800
committershedaniel <daniel@shedaniel.me>2021-05-03 00:47:22 +0800
commitc9daea171f4def864ab0ce50d0b8f6931618017c (patch)
treecf98a8ec8361552f4bb9576087095ecec3c2aa1e /build.gradle
parentfc2d4973c401ed54438f3e13fa2a95d378b3e277 (diff)
downloadRoughlyEnoughItems-c9daea171f4def864ab0ce50d0b8f6931618017c.tar.gz
RoughlyEnoughItems-c9daea171f4def864ab0ce50d0b8f6931618017c.tar.bz2
RoughlyEnoughItems-c9daea171f4def864ab0ce50d0b8f6931618017c.zip
Update license header
Signed-off-by: shedaniel <daniel@shedaniel.me>
Diffstat (limited to 'build.gradle')
-rwxr-xr-xbuild.gradle5
1 files changed, 5 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 2440b9ab2..53dbb07ef 100755
--- a/build.gradle
+++ b/build.gradle
@@ -46,6 +46,11 @@ allprojects {
header rootProject.file("HEADER")
include "**/*.java"
exclude "mezz/jei/api/**/*.java"
+
+ ext {
+ name = "shedaniel"
+ year = "2018, 2019, 2020, 2021"
+ }
}
jar {