mvysny / shepherd-java-client

Vaadin Shepherd Java Client
Apache License 2.0
1 stars 1 forks source link

Project data class' constructor is not visible in Java #14

Closed taefi closed 1 year ago

taefi commented 1 year ago

When I try to instantiate an object of type com.github.mvysny.shepherd.api.Project in Java, I get the following compile error:

'Project(java.lang.String, java.lang.String, java.lang.String, com.github.mvysny.shepherd.api.GitRepo, 
com.github.mvysny.shepherd.api.ProjectOwner, com.github.mvysny.shepherd.api.ProjectRuntime, 
com.github.mvysny.shepherd.api.BuildSpec, ...)' has private access in 'com.github.mvysny.shepherd.api.Project'