We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See:
build-server-for-gradle/server/src/main/java/com/microsoft/java/bs/core/internal/gradle/GradleApiConnector.java
Lines 103 to 105 in 6aa16d8
The text was updated successfully, but these errors were encountered:
See: #188 (comment)
Looks like, if we want to get rid of the copy constructor, we need to add an api for the model, somthing like getGradleSourceSetInstance(). Similar to what we did in the LanguageExtension: https://github.com/microsoft/build-server-for-gradle/blob/develop/model/src/main/java/com/microsoft/java/bs/gradle/model/LanguageExtension.java#L70
getGradleSourceSetInstance()
Sorry, something went wrong.
No branches or pull requests
See:
build-server-for-gradle/server/src/main/java/com/microsoft/java/bs/core/internal/gradle/GradleApiConnector.java
Lines 103 to 105 in 6aa16d8
The text was updated successfully, but these errors were encountered: