Closed taefi closed 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:
com.github.mvysny.shepherd.api.Project
'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'
When I try to instantiate an object of type
com.github.mvysny.shepherd.api.Project
in Java, I get the following compile error: