aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
AgeCommit message (Collapse)AuthorFilesLines
2024-01-12Loom 1.5Libravatar modmuss1-1/+1
2023-11-30Update to loader 0.15.0Libravatar modmuss501-1/+1
2023-09-30Loom 1.4Libravatar modmuss501-2/+2
2023-07-05Update to Loom 1.3 and Gradle 8.2Libravatar modmuss501-8/+8
2023-06-07Update to 1.20Libravatar modmuss1-8/+19
Now uses split-sourceset's
2023-04-27Update depsLibravatar modmuss501-1/+1
2023-03-27Update build script to support Gradle 9 / fix deprecations added in 8.2 (#244)Libravatar modmuss501-5/+8
* Update build script to support Gradle 9 * Another fix * Fix
2023-01-28Update to loom 1.1 (#229)Libravatar modmuss501-1/+1
2022-08-28Update DependenciesLibravatar modmuss501-1/+1
2022-06-071.19Libravatar modmuss501-0/+5
2022-05-24Update loomLibravatar modmuss501-1/+1
2022-01-24Update Loom & Gradle (#160)Libravatar modmuss501-1/+1
2021-11-161.18-pre2Libravatar modmuss501-4/+4
2021-11-10Small cleanupLibravatar modmuss501-9/+0
2021-11-10Update to loom 0.10Libravatar modmuss501-8/+2
2021-08-17Update Gradle, Loom, Yarn, FabricLibravatar modmuss501-1/+1
2021-05-12Update to 21w19a and Java 16Libravatar modmuss501-10/+5
This commit can be used as an example on how to update your mod to Java 16. You will need to ensure you have Java 16 installed and set as the active version to run this. Gradle 7 is required along with loom 0.8
2021-03-15Unify inconsitent identation in build.gradle (#90)Libravatar Geolykt1-13/+13
2021-02-26Update loom, gradle, yarn, loader and api.Libravatar modmuss501-1/+1
2021-02-07Improve description of repositories blocks (#81)Libravatar YTG1231-6/+16
* Update build.gradle * Implements @liach's suggested changes * Update build.gradle Co-authored-by: Juuxel <[email protected]> * Update build.gradle Co-authored-by: Juuxel <[email protected]> * Update build.gradle * Update build.gradle Co-authored-by: Juuxel <[email protected]>
2020-11-11Fix some IDE's (vsc) not detecting the correct java version to compile for.Libravatar modmuss501-3/+3
2020-11-10Modernize Gradle buildscript (#71)Libravatar zml1-19/+29
* Modernize gradle buildscript * Bump yarn/loader/fabric api versions * Add GH actions to build example mod * Update in response to feedback
2020-10-14Simply processResources logic & make it compatible with future versions of ↵Libravatar Ned Loynd1-6/+1
Gradle (#69) * Ignore commonly generated Mac OS junk files This is optional, but it would be a huge quality of life improvement for anyone developing on Mac OS, as the first thing I do when starting a new project is always to add this to the .gitignore. Example: Just from the small changes I've made to the build script alone, I've generated 4 .DS_Store files, which would clutter up this PR if I included them. * Simply processResources logic & make it compatible with future versions of Gradle When the processResources task is currently run, it uses deprecated Gradle features. Running "gradle clean build --warning-mode all" should output a message along the lines of "Copying or archiving duplicate paths with the default duplicates strategy has been deprecated. This is scheduled to be removed in Gradle 7.0.". This is due to inlcuding all files twice, as the "from" blocks includes them for the second time (gradle includes these files by default). This PR simply edits the relevant files from the already selected resources directory. This also reduces the amount of repetition in the script. * Switch to double quotes to match style D'oh!
2020-09-27Update api, loader, loom, gradleLibravatar modmuss501-1/+1
2020-06-07Update LoomLibravatar modmuss501-1/+1
2020-04-10Update loom, gradle and all other depsLibravatar modmuss501-1/+1
2020-02-28Update gradle, update deps, modCompile -> modImplementationLibravatar modmuss501-5/+2
2019-11-19Update yarn, loader and api (#31)Libravatar Brad Erickson1-2/+2
Co-authored-by: modmuss50 <[email protected]>
2019-08-02Update loom + dependenciesLibravatar modmuss501-2/+2
2019-06-12version updatesLibravatar asie1-1/+1
2019-05-14Update to 1.14.1 and Fabric API 0.3.0Libravatar modmuss501-1/+1
2019-04-23Minecraft 1.14, Loom 0.2.2Libravatar asie1-1/+4
2019-04-21actually update to Loom 0.2.1Libravatar asie1-1/+1
2019-02-25fix typoLibravatar asie1-5/+0
2019-02-15remove javadoc jarLibravatar UpcraftLP1-21/+0
2019-02-15automatically set mod version on exportLibravatar UpcraftLP1-2/+20
2019-02-15fix indentationLibravatar UpcraftLP1-29/+29
2019-02-15fix maven publishingLibravatar UpcraftLP1-0/+1
2019-02-15add javadoc task and maven-publish pluginLibravatar UpcraftLP1-0/+47
2019-02-15encoding fix for special charactersLibravatar UpcraftLP1-0/+7
2019-02-15move properties out of the main buildscriptLibravatar UpcraftLP1-6/+7
2019-02-15use constants for source/target compatibility levelsLibravatar UpcraftLP1-2/+2
2019-02-10Update to 19w06a and 0.2.0 fabricLibravatar modmuss501-3/+3
2019-02-02Update example mod to 19w05aLibravatar modmuss501-4/+4
2019-01-24Update example to 19w03c and increase the memory for gradle.Libravatar modmuss501-4/+4
2019-01-09Update to 19w02aLibravatar modmuss501-4/+4
2018-12-22important updateLibravatar Adrian Siekierka1-3/+3
2018-12-22add sourcesJarLibravatar Adrian Siekierka1-0/+8
2018-12-22update Loom, FabricLibravatar Adrian Siekierka1-4/+4
2018-12-21Bumped version (#4)Libravatar Zsombor Prisznyák1-3/+3