Sebastian Sellmair [JB]
09/09/2019, 3:15 PMCasey Brooks
09/09/2019, 3:47 PMgildor
09/09/2019, 4:25 PMSebastian Sellmair [JB]
09/09/2019, 6:14 PMcedric
09/09/2019, 9:48 PMbintray
plug-in in my buildSrc
and I’m getting a cryptic
Caused by: org.gradle.api.plugins.UnknownPluginException: Plugin [id: ‘com.jfrog.bintray’] was not found in any of the following sources:
even though that plug-in is in <https://plugins.gradle.org>
gildor
09/09/2019, 11:29 PMcedric
09/09/2019, 11:36 PMconfigureBintray()
function which takes a few strings in parameters (username, password, groupId, …)gildor
09/10/2019, 1:40 AMmaven-publish
plugin, so it cannot publish metadata
But in general it’s working, do you have problem with configuring bintraycedric
09/10/2019, 2:28 AMgildor
09/10/2019, 2:41 AMjmfayard
09/11/2019, 9:38 AMcedric
09/11/2019, 11:56 AM$ ./kobaltw --checkVersions
New versions found:
com.beust:klaxon:0.14
org.testng:testng:7.0.0
jmfayard
09/11/2019, 4:42 PMcedric
09/11/2019, 4:47 PMjmfayard
09/11/2019, 4:48 PMcedric
09/11/2019, 4:51 PMjmfayard
09/11/2019, 4:54 PMrejectVersionIf { isNonStable(candidate.version) && !isNonStable(currentVersion)
}`
and define your own isNonStable function if my default doesn’t work