diff options
author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-07-28 00:44:31 +0300 |
---|---|---|
committer | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-07-28 00:44:31 +0300 |
commit | 186b09518b973a3a09634887a724cf729115e2bc (patch) | |
tree | 9b0d9d6f4d49d79912a0165a6589790477176371 /build.gradle | |
parent | 3f9c6978349c6129f3ffafdd6c84cb5b1db8ebfe (diff) | |
download | architectury-loom-186b09518b973a3a09634887a724cf729115e2bc.tar.gz architectury-loom-186b09518b973a3a09634887a724cf729115e2bc.tar.bz2 architectury-loom-186b09518b973a3a09634887a724cf729115e2bc.zip |
Revert "Try using SpecialSource directly instead of going through ForgeGradle"
This reverts commit 3f9c6978.
While this could work in theory, I'd also have to reimplement and run
the ForgeGradle jar stripping function myself. Delegating the work to
ForgeGradle is simple enough for now, though it limits Loom to Gradle 5.
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 4c259f69..23a98b65 100644 --- a/build.gradle +++ b/build.gradle @@ -74,7 +74,7 @@ dependencies { implementation ('org.cadixdev:lorenz:0.5.3') implementation ('org.cadixdev:lorenz-asm:0.5.3') implementation ('org.cadixdev:atlas:0.2.0') - implementation ('net.md-5:SpecialSource:1.8.6') + implementation ('net.minecraftforge.gradle:ForgeGradle:3.0.179') // Testing testImplementation(gradleTestKit()) |