Skip to content
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
/.project
/.classpath
/.settings/org.eclipse.buildship.core.prefs
/.settings/org.eclipse.core.resources.prefs
/.settings/org.eclipse.jdt.apt.core.prefs
/.settings/org.eclipse.m2e.core.prefs
/bin/
/build/
/.idea/
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- [PR #80](https://github.com/itsallcode/openfasttrace-gradle/pull/80)
- Fix JavaDoc warnings and let build fail on warnings
- [PR #82](https://github.com/itsallcode/openfasttrace-gradle/pull/82)
- Refactor plugin integration tests

## [3.2.0] - 2026-08-18

Expand Down
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,6 @@ test {
finalizedBy jacocoTestReport
}

project.tasks["sonar"].dependsOn jacocoTestReport

sonarqube {
properties {
property "sonar.host.url", "https://sonarcloud.io"
Expand Down
Loading
Loading