Thomas Nield
Thomas Nield
@akarnokd will do.
Almost at the finish line I think, but having this issue I can't figure out with the CI build: ``` * Exception is: org.gradle.execution.TaskSelectionException: Task 'snapshot' not found in root...
[sigh] new level, new devil. ``` > Task :test FAILED Picked up _JAVA_OPTIONS: -Xmx2048m -Xms512m FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':test'....
I have to target Java 11 as that is where JavaFX has been decoupled and spun off as its own library. Besides trying Gradle 5, is there another approach I...
Got it built successfully, thanks!
So close... I'm near the finish line. The artifact isn't getting pushed out for some reason. I am noticing this in the CI ouput: ``` > Task :bintrayUpload Task ':bintrayUpload'...
@technoir42 :thinking: okay... so running `./gradlew publishToMavenLocal` with these changes are supposed to make the artifacts appear on BinTray?
I got the artifact on BinTray finally, and I think I learned a lot more than I planned in Bintray Travis-based artifact deployments. The only remaining issue is getting the...
God, it's tasks like this that make me want to quit programming and become a truck driver. I downgraded to Gradle 4.x and excluded the tests as they don't work...
@renannprado I haven't given up on this yet. Just been busy with getting married and doing O'Reilly projects. We learned some lessons with RxKotlin that will help us get releases...