Skip to content
New issue

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

SONARGO-52 Create a new repository for common Gradle scripts #33

Closed
wants to merge 30 commits into from

Conversation

petertrr
Copy link
Contributor

@petertrr petertrr commented Dec 10, 2024

github-actions bot and others added 29 commits July 10, 2024 07:52
* Update Manifest and Badges

* Fix Badge image
Update dependencies and migrate to version catalogs
[submodule "build-logic"]
path = build-logic
url = https://github.com/SonarSource/cloud-native-gradle-modules
branch = SONARGO-52
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Temporary, until SonarSource/cloud-native-gradle-modules#1 is merged

java.sourceCompatibility = JavaVersion.VERSION_17
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
options.release = java.sourceCompatibility.majorVersion as int
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Already default behavior

@@ -30,11 +31,6 @@ dependencies {
testRuntimeOnly testLibs.junit.jupiter.engine
}

tasks.withType(JavaCompile) {
// Prevent warning: Gradle 5.0 will ignore annotation processors
options.compilerArgs += [ "-proc:none" ]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't see any warnings, maybe outdated already?

@petertrr petertrr marked this pull request as ready for review December 11, 2024 09:53
Copy link

Quality Gate passed Quality Gate passed for 'Go'

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.