Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-11 | Fix some IDE's (vsc) not detecting the correct java version to compile for. | modmuss50 | |
2020-11-10 | Modernize 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-14 | Simply 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-27 | Update api, loader, loom, gradle | modmuss50 | |
2020-06-07 | Update Loom | modmuss50 | |
2020-04-10 | Update loom, gradle and all other deps | modmuss50 | |
2020-02-28 | Update gradle, update deps, modCompile -> modImplementation | modmuss50 | |
2019-11-19 | Update yarn, loader and api (#31) | Brad Erickson | |
Co-authored-by: modmuss50 <modmuss50@gmail.com> | |||
2019-08-02 | Update loom + dependencies | modmuss50 | |
2019-06-12 | version updates | asie | |
2019-05-14 | Update to 1.14.1 and Fabric API 0.3.0 | modmuss50 | |
2019-04-23 | Minecraft 1.14, Loom 0.2.2 | asie | |
2019-04-21 | actually update to Loom 0.2.1 | asie | |
2019-02-25 | fix typo | asie | |
2019-02-15 | remove javadoc jar | UpcraftLP | |
2019-02-15 | automatically set mod version on export | UpcraftLP | |
2019-02-15 | fix indentation | UpcraftLP | |
2019-02-15 | fix maven publishing | UpcraftLP | |
2019-02-15 | add javadoc task and maven-publish plugin | UpcraftLP | |
2019-02-15 | encoding fix for special characters | UpcraftLP | |
2019-02-15 | move properties out of the main buildscript | UpcraftLP | |
2019-02-15 | use constants for source/target compatibility levels | UpcraftLP | |
2019-02-10 | Update to 19w06a and 0.2.0 fabric | modmuss50 | |
2019-02-02 | Update example mod to 19w05a | modmuss50 | |
2019-01-24 | Update example to 19w03c and increase the memory for gradle. | modmuss50 | |
2019-01-09 | Update to 19w02a | modmuss50 | |
2018-12-22 | important update | Adrian Siekierka | |
2018-12-22 | add sourcesJar | Adrian Siekierka | |
2018-12-22 | update Loom, Fabric | Adrian Siekierka | |
2018-12-21 | Bumped version (#4) | Zsombor Prisznyák | |
2018-12-12 | update build.gradle for 18w50a | asie | |
2018-12-11 | update | asie | |
2018-12-11 | update build.gradle | asie | |
2018-12-10 | Update Yarn and Fabric | modmuss50 | |
2018-12-09 | update build.gradle | Adrian Siekierka | |
2018-12-09 | update library versions | Adrian Siekierka | |
2018-12-01 | Merge branch 'master' of https://github.com/NikkyAI/fabric-example-mod into ↵ | asie | |
NikkyAI-master | |||
2018-11-30 | update to 48b, new fabric-loader definition | Adrian Siekierka | |
2018-11-06 | use plugins block for fabric-loom | NikkyAI | |
add .gitignore | |||
2018-11-06 | update to 0.0.13 | asie | |
2018-11-03 | first commit | Adrian Siekierka | |