include sponge in runtime

This commit is contained in:
Leijurv 2018-09-02 14:46:03 -07:00
parent 41c03cbf36
commit a1aaaef67f
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ repositories {
}
dependencies {
implementation ('org.spongepowered:mixin:0.7.11-SNAPSHOT') {
runtime implementation('org.spongepowered:mixin:0.7.11-SNAPSHOT') {
// Mixin includes a lot of dependencies that are too up-to-date
exclude module: 'launchwrapper'
exclude module: 'guava'