Skip to content

Commit

Permalink
DOCKER-450 [Test] remove sonarqube in Tomcat V10.X and Java to V11
Browse files Browse the repository at this point in the history
  • Loading branch information
codingBenVdS committed Apr 29, 2024
1 parent b805a43 commit 4242984
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions tomcat-base/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ subprojects {
java {
withJavadocJar()
withSourcesJar()
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
// Caused by: java.lang.UnsupportedClassVersionError: org/springframework/web/SpringServletContainerInitializer has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0 (unable to load class [org.springframework.web.SpringServletContainerInitializer])\
// if (tomcatVersion.contains("10")){
// sourceCompatibility = JavaVersion.VERSION_17
Expand Down
6 changes: 0 additions & 6 deletions tomcat-base/tomcat-embedded-10/overload.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,4 @@ ext {
tomcat = [
version: '10.1.23'
]
}

sonarqube {
properties {
property 'sonar.projectBaseDir', "$project.parent.projectDir/src/shared/"
}
}

0 comments on commit 4242984

Please sign in to comment.