Fix local build problem - task compileJava not found
The problem is happening because our plugin deletes the task from common projects, which may lead to such errors. The proper fix is planned in our gradle plugin.
This commit is contained in:
@@ -20,6 +20,8 @@ task sourcesJar(type: Jar, dependsOn: classes) {
|
||||
from sourceSets.main.kotlin
|
||||
}
|
||||
|
||||
classes.dependsOn.remove("compileJava")
|
||||
|
||||
artifacts {
|
||||
archives sourcesJar
|
||||
archives javadocJar
|
||||
|
||||
Reference in New Issue
Block a user