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

Commit 6f7284f

Browse files
committed
Added typetools dependency for alpine
(cherry picked from commit df13de5)
1 parent 303b84d commit 6f7284f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ repositories {
5353
}
5454

5555
dependencies {
56-
testCompile 'junit:junit:4.12'
5756
compile 'com.github.ZeroMemes:Alpine:1.4'
57+
compile 'net.jodah:typetools:0.5.0'
5858
compile('org.spongepowered:mixin:0.6.10-SNAPSHOT') {
5959
exclude module: 'launchwrapper'
6060
}

0 commit comments

Comments
 (0)