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

Commit 93b8f9e

Browse files
author
LeafHacker
committed
Format build.gradle more consistently
1 parent c9ad254 commit 93b8f9e

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ buildscript {
22
repositories {
33
mavenCentral()
44
maven {
5-
name = "forge"
6-
url = "http://files.minecraftforge.net/maven"
5+
name = 'forge'
6+
url = 'http://files.minecraftforge.net/maven'
77
}
88
maven {
9-
name = "SpongePowered"
10-
url = "http://repo.spongepowered.org/maven"
9+
name = 'SpongePowered'
10+
url = 'http://repo.spongepowered.org/maven'
1111
}
1212
}
1313

@@ -53,10 +53,10 @@ repositories {
5353
}
5454

5555
dependencies {
56-
testCompile group: 'junit', name: 'junit', version: '4.12'
56+
testCompile 'junit:junit:4.12'
5757
compile 'com.github.ZeroMemes:Alpine:1.4'
58-
compile("org.spongepowered:mixin:0.6.10-SNAPSHOT") {
59-
exclude module: "launchwrapper"
58+
compile('org.spongepowered:mixin:0.6.10-SNAPSHOT') {
59+
exclude module: 'launchwrapper'
6060
}
6161
}
6262

0 commit comments

Comments
 (0)