Skip to content
This repository was archived by the owner on Feb 19, 2019. It is now read-only.

Commit 7726303

Browse files
committed
Removed "Shadow" from build.gradle (Not Required)
1 parent ba929e7 commit 7726303

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,17 @@ buildscript {
99
name = 'SpongePowered'
1010
url = 'http://repo.spongepowered.org/maven'
1111
}
12-
maven {
13-
url 'https://plugins.gradle.org/m2/'
14-
}
1512
}
1613

1714
dependencies {
1815
classpath 'net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT'
1916
classpath 'org.spongepowered:mixingradle:0.4-SNAPSHOT'
20-
classpath 'com.github.jengelman.gradle.plugins:shadow:2.0.0'
2117
}
2218
}
2319

2420
apply plugin: 'java'
2521
apply plugin: 'net.minecraftforge.gradle.tweaker-client'
2622
apply plugin: 'org.spongepowered.mixin'
27-
apply plugin: 'com.github.johnrengelman.shadow'
2823

2924
version '2.0'
3025
group 'me.zero.api'

0 commit comments

Comments
 (0)