Adrian Siekierka
|
efba2a2cb5
|
update libraries
|
2019-06-29 09:33:52 +02:00 |
Adrian Siekierka
|
f269ba5039
|
update dependencies
|
2019-06-28 23:54:54 +02:00 |
modmuss50
|
c2ccece4c2
|
Fix getRootProjectPersistentCache() not using the root project, closes #113
|
2019-06-24 11:23:28 +01:00 |
modmuss50
|
b09574eb70
|
Possible fix for intelij moudle not being selected in run configs
|
2019-06-24 11:21:08 +01:00 |
modmuss50
|
583cfc495b
|
Fix warnings with task inputs
|
2019-06-24 11:20:28 +01:00 |
modmuss50
|
3e4ade38a7
|
Merge branch 'pull/110' into dev/0.2.5
# Conflicts:
# gradle/wrapper/gradle-wrapper.properties
# src/main/java/net/fabricmc/loom/util/MixinRefmapHelper.java
|
2019-06-24 11:17:45 +01:00 |
modmuss50
|
9f0cdbf1a4
|
Start work on 0.2.5, update to gradle 5.5-rc-3
|
2019-06-24 11:13:47 +01:00 |
asie
|
2c714f357e
|
update libraries
|
2019-06-20 15:25:48 +02:00 |
Mitchell Skaggs
|
ee9991fdf1
|
Increment version due to binary and source incompatible changes
|
2019-06-16 13:33:23 -05:00 |
Mitchell Skaggs
|
d5dad70de5
|
Update Gradle wrapper and make tests use older Gradle version to test compatibility
|
2019-06-16 13:31:58 -05:00 |
Mitchell Skaggs
|
ba6e435970
|
Add currently broken and disabled mixin build test
|
2019-06-15 20:23:55 -05:00 |
Mitchell Skaggs
|
c0a58d1bc7
|
Add simple build functional test
|
2019-06-15 16:28:37 -05:00 |
Mitchell Skaggs
|
52814a5b7b
|
Extract file generation from functional tests
|
2019-06-12 17:14:44 -05:00 |
Mitchell Skaggs
|
6376d197c6
|
Fix unused and broken imports in MixinRefmapHelper
|
2019-06-12 17:13:55 -05:00 |
Mitchell Skaggs
|
d0c6b68e31
|
Update Gradle to 5.1.1 for Lazy Configuration support
|
2019-06-12 17:13:25 -05:00 |
Mitchell Skaggs
|
69df7ed774
|
Add simple integration tests for the plugin
|
2019-06-10 22:22:18 -05:00 |
Mitchell Skaggs
|
9e690f489f
|
Refactor RemapJarTask to extend from Jar
It may now be used in places that require AbstractArchiveTask such as Maven publications
|
2019-06-10 22:22:16 -05:00 |
asie
|
a12fd8e6eb
|
fix remapped mods not including yarn minecraft version
|
2019-06-07 22:17:40 +02:00 |
Mitchell Skaggs
|
11246870fa
|
Replace existing/duplicate nested jars (#106)
|
2019-06-07 10:24:36 +02:00 |
modmuss50
|
565d01b7c4
|
Fix license violations
|
2019-05-28 12:38:59 +01:00 |
asie
|
754c061e2b
|
add modApi, modImplementation, modRuntimeOnly; try to improve source remapping performance
|
2019-05-28 09:23:27 +02:00 |
asie
|
b03b5d2156
|
begin 0.2.4 snapshot line
|
2019-05-27 22:31:32 +02:00 |
asie
|
393ced01b3
|
use mappings name in MinecraftMappedProvider
|
2019-05-27 22:23:24 +02:00 |
Pyrofab
|
467b696393
|
Make modCompile work with non-empty jar classifiers, fixes #82 (#96)
|
2019-05-27 22:18:19 +02:00 |
SquidDev
|
ae5beb0326
|
Depend on assemble rather than buildNeeded (#94)
This means test suites are not run before starting Minecraft.
|
2019-05-27 22:17:38 +02:00 |
Dinolek
|
aa3f1da1be
|
Change Minecraft_*.launch to projectname_*.launch for genEclipseRuns (#93)
|
2019-05-27 22:16:44 +02:00 |
asie
|
4134c7ef50
|
pull in annotationProcessor dependencies from fabric-loader JSON too
|
2019-05-27 22:14:35 +02:00 |
asie
|
89d207d06b
|
remove hacky mixin refmap remapper
|
2019-05-27 22:01:30 +02:00 |
modmuss50
|
e73febd7f4
|
Possible fix for #68
|
2019-05-26 16:02:35 +01:00 |
asie
|
4be5fe010f
|
use compileClasspath to remap JARs
|
2019-05-18 11:51:34 +02:00 |
Adrian Siekierka
|
3d21ce811b
|
fix DownloadUtil not downloading file if ETag present, but file is not
|
2019-05-17 12:59:40 +02:00 |
Adrian Siekierka
|
38c395b2e7
|
remapJar should, by default, add nested dependencies
|
2019-05-11 18:38:01 +02:00 |
asie
|
788df9cfc7
|
migrate RemapJarTask and RemapSourcesJarTask over to getters/setters for fields; make RemapJarTask use input and output locations instead of in-place renaming fluff
|
2019-05-11 00:53:50 +02:00 |
asie
|
1c56fb2eda
|
updateMappings -> migrateMappings, new features
|
2019-05-10 13:55:17 +02:00 |
asie
|
64c21c01b8
|
add updateMappings task
|
2019-05-10 13:32:11 +02:00 |
asie
|
eff108344f
|
refactor genSources into multiple reusable tasks
|
2019-05-10 11:48:15 +02:00 |
modmuss50
|
7e59a90463
|
Fix remap jar not always running on subsequent builds
|
2019-05-06 11:34:45 +01:00 |
Chocohead
|
1dd8e47122
|
Avoid trying to download things offline (#87)
|
2019-05-01 21:30:50 +02:00 |
Adrian Siekierka
|
88796b3c0f
|
migrate away fabric-mixin-compile-extensions, fix root/sub project issues wrt mixin/loom presence hopefully once and for all
|
2019-04-30 00:43:26 +02:00 |
Adrian Siekierka
|
17b8aa7a70
|
fix #85, remove parts of deprecated code, update Mixin
|
2019-04-27 22:31:50 +02:00 |
Dinolek
|
2b4d9fd3bc
|
eclipse wants run dir too (#84)
|
2019-04-27 18:45:07 +01:00 |
Adrian Siekierka
|
f768f9316e
|
cease loading the same mappings file a million times
|
2019-04-24 19:32:35 +02:00 |
Adrian Siekierka
|
b5b3138e24
|
fix line number remapping, add option to disable mixin refmap remapping (unnecessary in loader 0.4.0+, but needs testting)
|
2019-04-23 22:50:39 +02:00 |
Adrian Siekierka
|
b4beaed968
|
make modCompile() transitive
|
2019-04-22 13:41:16 +02:00 |
Adrian Siekierka
|
b37079c931
|
backport FernFlowerTask and relevant systems from 0.3
|
2019-04-22 13:40:59 +02:00 |
Adrian Siekierka
|
3094d70731
|
apply nested JAR dependencies to every remapJar task which nests
|
2019-04-22 01:25:03 +02:00 |
Adrian Siekierka
|
7c25b0399c
|
fix nestJar option default in RemapJar
|
2019-04-22 01:16:56 +02:00 |
Adrian Siekierka
|
6a7a00c426
|
add toggle to disable jar nesting in RemapJar tasks
|
2019-04-22 00:41:28 +02:00 |
Adrian Siekierka
|
221fcf2f51
|
migrate to try-with-resources
|
2019-04-22 00:39:09 +02:00 |
Adrian Siekierka
|
253c2ed15e
|
support appending to existing <dependencies> keys in maven-publish hook; in came a buildscript uses .withXml, say
|
2019-04-21 23:50:35 +02:00 |