You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main xenon artifact is on jcenter as compile 'nl.esciencecenter.xenon:xenon:3.0.0', but the other artifacts are not install-able for example integrationTestImplementation group: 'nl.esciencecenter.xenon', name: 'xenon-testapi', version: '3.0.0' fails with could not find error.
The text was updated successfully, but these errors were encountered:
repositories {
... other repositories ...
maven {
url 'https://dl.bintray.com/nlesc/xenon' // xenon-testapi is published on bintray, not on jcenter
}
}
Then integrationTestImplementation group: 'nl.esciencecenter.xenon', name: 'xenon-testapi', version: '3.0.0' will be found.
The main xenon artifact is on jcenter as
compile 'nl.esciencecenter.xenon:xenon:3.0.0'
, but the other artifacts are not install-able for exampleintegrationTestImplementation group: 'nl.esciencecenter.xenon', name: 'xenon-testapi', version: '3.0.0'
fails with could not find error.The text was updated successfully, but these errors were encountered: