I'm using Bintray java client 0.9.0
An example of repository update:
RepositoryDetails repo1=new RepositoryDetails()
repo1.setDescription("this is a new description")
bintray.subject(username).repository("boxes").update(repo1)
The next exception is triggered by these lines:
Caught: java.lang.NullPointerException
java.lang.NullPointerException
at com.jfrog.bintray.client.impl.model.RepositoryImpl.getUpdateJson(RepositoryImpl.java:82)
at com.jfrog.bintray.client.impl.handle.RepositoryHandleImpl.update(RepositoryHandleImpl.java:75)
at com.jfrog.bintray.client.api.handle.RepositoryHandle$update.call(Unknown Source)
at editRepository.run(editRepository.groovy:37)
I'm using Bintray java client 0.9.0
An example of repository update:
RepositoryDetails repo1=new RepositoryDetails()repo1.setDescription("this is a new description")bintray.subject(username).repository("boxes").update(repo1)The next exception is triggered by these lines:
Caught: java.lang.NullPointerExceptionjava.lang.NullPointerExceptionat com.jfrog.bintray.client.impl.model.RepositoryImpl.getUpdateJson(RepositoryImpl.java:82)at com.jfrog.bintray.client.impl.handle.RepositoryHandleImpl.update(RepositoryHandleImpl.java:75)at com.jfrog.bintray.client.api.handle.RepositoryHandle$update.call(Unknown Source)at editRepository.run(editRepository.groovy:37)