summary refs log tree commit diff stats
path: root/build.gradle
AgeCommit message (Collapse)Author
2021-02-26Update loom, gradle, yarn, loader and api.modmuss50
2021-02-07Improve description of repositories blocks (#81)YTG123
* Update build.gradle * Implements @liach's suggested changes * Update build.gradle Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com> * Update build.gradle Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com> * Update build.gradle * Update build.gradle Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
2020-11-11Fix some IDE's (vsc) not detecting the correct java version to compile for.modmuss50
2020-11-10Modernize Gradle buildscript (#71)zml
* 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 ↵Ned Loynd
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, gradlemodmuss50
2020-06-07Update Loommodmuss50
2020-04-10Update loom, gradle and all other depsmodmuss50
2020-02-28Update gradle, update deps, modCompile -> modImplementationmodmuss50
2019-11-19Update yarn, loader and api (#31)Brad Erickson
Co-authored-by: modmuss50 <modmuss50@gmail.com>
2019-08-02Update loom + dependenciesmodmuss50
2019-06-12version updatesasie
2019-05-14Update to 1.14.1 and Fabric API 0.3.0modmuss50
2019-04-23Minecraft 1.14, Loom 0.2.2asie
2019-04-21actually update to Loom 0.2.1asie
2019-02-25fix typoasie
2019-02-15remove javadoc jarUpcraftLP
2019-02-15automatically set mod version on exportUpcraftLP
2019-02-15fix indentationUpcraftLP
2019-02-15fix maven publishingUpcraftLP
2019-02-15add javadoc task and maven-publish pluginUpcraftLP
2019-02-15encoding fix for special charactersUpcraftLP
2019-02-15move properties out of the main buildscriptUpcraftLP
2019-02-15use constants for source/target compatibility levelsUpcraftLP
2019-02-10Update to 19w06a and 0.2.0 fabricmodmuss50
2019-02-02Update example mod to 19w05amodmuss50
2019-01-24Update example to 19w03c and increase the memory for gradle.modmuss50
2019-01-09Update to 19w02amodmuss50
2018-12-22important updateAdrian Siekierka
2018-12-22add sourcesJarAdrian Siekierka
2018-12-22update Loom, FabricAdrian Siekierka
2018-12-21Bumped version (#4)Zsombor Prisznyák
2018-12-12update build.gradle for 18w50aasie
2018-12-11updateasie
2018-12-11update build.gradleasie
2018-12-10Update Yarn and Fabricmodmuss50
2018-12-09update build.gradleAdrian Siekierka
2018-12-09update library versionsAdrian Siekierka
2018-12-01Merge branch 'master' of https://github.com/NikkyAI/fabric-example-mod into ↵asie
NikkyAI-master
2018-11-30update to 48b, new fabric-loader definitionAdrian Siekierka
2018-11-06use plugins block for fabric-loomNikkyAI
add .gitignore
2018-11-06update to 0.0.13asie
2018-11-03first commitAdrian Siekierka