Make Mixin compileOnly in Common.

This commit is contained in:
Tyler Hancock 2021-10-11 23:08:24 -06:00
parent 40b2b34720
commit 4e49e277f3
No known key found for this signature in database
GPG Key ID: D10D32949D03E695

View File

@ -21,5 +21,5 @@ minecraft {
}
dependencies {
implementation 'org.spongepowered:mixin:0.8.4'
compileOnly group:'org.spongepowered', name:'mixin', version:'0.8.4'
}