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
|
from sourceSets.main.kotlin
|
||||||
}
|
}
|
||||||
|
|
||||||
classes.dependsOn.remove("compileJava")
|
|
||||||
|
|
||||||
artifacts {
|
artifacts {
|
||||||
archives sourcesJar
|
archives sourcesJar
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user