Build: Remove outdated fix broken in gradle 6.0
Can't remove from dependsOn anymore
This commit is contained in:
@@ -23,8 +23,6 @@ task sourcesJar(type: Jar, dependsOn: classes) {
|
||||
from sourceSets.main.kotlin
|
||||
}
|
||||
|
||||
classes.dependsOn.remove("compileJava")
|
||||
|
||||
artifacts {
|
||||
archives sourcesJar
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user