We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fee8a85 commit edb8752Copy full SHA for edb8752
build.gradle
@@ -79,6 +79,8 @@ repositories {
79
}
80
81
shadowJar {
82
+ from 'LICENSE.md'
83
+
84
dependencies {
85
exclude(dependency("org.ow2.asm:asm-all:${project.asmVersion}"))
86
exclude(dependency("net.minecraft:launchwrapper:${project.launchwrapperVersion}"))
@@ -225,6 +227,7 @@ jar {
225
227
tasks.register('sourcesJar', Jar) {
226
228
archiveClassifier = 'sources'
229
from sourceSets.main.allSource
230
231
232
233
// This task creates a Java 6 - 8 compatible MultiMC instance with the current build of RetroWrapper.
0 commit comments