diff options
| author | Johann Bernhardt <johann.bernhardt@tum.de> | 2021-12-18 11:10:36 +0100 |
|---|---|---|
| committer | Johann Bernhardt <johann.bernhardt@tum.de> | 2021-12-18 11:10:36 +0100 |
| commit | 18a15c155961431a1525b45533ea012786b5e597 (patch) | |
| tree | 391fdf9fc4bb6bab7ce038103f0d1927d17cd588 /gradle.properties | |
| parent | fc75443c3dfb95969eb171fb416501e22252c953 (diff) | |
| download | GT5-Unofficial-18a15c155961431a1525b45533ea012786b5e597.tar.gz GT5-Unofficial-18a15c155961431a1525b45533ea012786b5e597.tar.bz2 GT5-Unofficial-18a15c155961431a1525b45533ea012786b5e597.zip | |
Draft for buildscript, but GTNH core mod is still missing
Diffstat (limited to 'gradle.properties')
| -rw-r--r-- | gradle.properties | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties index aaa3adcf9f..72cff3d7a8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,12 +3,15 @@ modName = GT Scanner Mod # This is a case-sensitive string to identify your mod. Convention is to use lower case. modId = detravscannermod -modGroup = com.detrav.detravscannermod +modGroup = com.detrav # WHY is there no version field? # The build script relies on git to provide a version via tags. It is super easy and will enable you to always know the # code base or your binary. Check out this tutorial: https://blog.mattclemente.com/2017/10/13/versioning-with-git-tags/ +# Will update your build.gradle automatically whenever an update is available +autoUpdateBuildScript = false + minecraftVersion = 1.7.10 forgeVersion = 10.13.4.1614 @@ -24,7 +27,7 @@ developmentEnvironmentUserName = "Developer" # version in @Mod([...], version = VERSION, [...]) # Leave these properties empty to skip individual token replacements replaceGradleTokenInFile = DetravScannerMod.java -gradleTokenModId = GRADLETOKEN_MODID +gradleTokenModId = gradleTokenModName = gradleTokenVersion = GRADLETOKEN_VERSION gradleTokenGroupName = @@ -55,3 +58,7 @@ containsMixinsAndOrCoreModOnly = false # If enabled, you may use 'shadowImplementation' for dependencies. They will be integrated in your jar. It is your # responsibility check the licence and request permission for distribution, if required. usesShadowedDependencies = false + +# Optional parameter to customize the produced artifacts. Use this to preserver artifact naming when migrating older +# projects. New projects should not use this parameter. +customArchiveBaseName = GT Scanner Mod |
