[FIX] EnFS Build

This commit is contained in:
Gravita 2022-09-04 14:40:13 +07:00
parent 6d5ae93889
commit c7058499b7

View file

@ -50,7 +50,6 @@ task javadocJar(type: Jar) {
dependencies {
pack project(':LauncherAPI')
bundle group: 'com.github.oshi', name: 'oshi-core', version: rootProject['verOshiCore']
bundle "pro.gravit.utils.enfs:enfs:1.0.0-SNAPSHOT"
pack group: 'io.netty', name: 'netty-codec-http', version: rootProject['verNetty']
}