Nezteb
04/25/2019, 6:00 PMtasks {...}
coming before/after dependencies {...}
?octylFractal
04/25/2019, 6:13 PMNezteb
04/25/2019, 6:32 PMtasks {
jar {
....
}
}
dependencies {
....
}
in the jar section i’m setting the class path and such.
then in dependencies, i get an error when gradle tries to run it:
Cannot change dependencies of configuration ':implementation' after it has been included in dependency resolution.
octylFractal
04/25/2019, 7:18 PMNezteb
04/25/2019, 7:21 PMapplication
instead, so now all the dependency bundling is taken care of. 😅gildor
04/26/2019, 2:02 AMdecided to forgo the java/jar pluginNot sure what you mean. application plugin works only for Java (or Kotlin JVM) projects