artifactoryPublish.skip = false
-// Produce Java 11 bytecode while making sure the code does not use any APIs from Java 17
-tasks.withType(JavaCompile) {
- options.release = 11
-}
-
publishing {
publications {
mavenJava(MavenPublication) {
testCompileOnly 'com.google.code.findbugs:jsr305'
}
-// Produce Java 11 bytecode while making sure the code does not use any APIs from Java 17
-tasks.withType(JavaCompile) {
- options.release = 11
-}
-
// Used by sonar-db-core to run DB Unit Tests
artifactoryPublish.skip = false
publishing {
testImplementation 'org.hamcrest:hamcrest-core'
testImplementation 'org.mockito:mockito-core'
}
-
-// Produce Java 11 bytecode while making sure the code does not use any APIs from Java 17
-tasks.withType(JavaCompile) {
- options.release = 11
-}
artifactoryPublish.skip = false
-// Produce Java 11 bytecode while making sure the code does not use any APIs from Java 17
-tasks.withType(JavaCompile) {
- options.release = 11
-}
-
publishing {
publications {
mavenJava(MavenPublication) {
artifactoryPublish.skip = false
-// Produce Java 11 bytecode while making sure the code does not use any APIs from Java 17
-tasks.withType(JavaCompile) {
- options.release = 11
-}
-
publishing {
publications {
mavenJava(MavenPublication) {
artifactoryPublish.skip = false
-// Produce Java 11 bytecode while making sure the code does not use any APIs from Java 17
-tasks.withType(JavaCompile) {
- options.release = 11
-}
-
// Used by core plugins
publishing {
publications {
build.dependsOn fatJar
-// Produce Java 11 bytecode while making sure the code does not use any APIs from Java 17
-tasks.withType(JavaCompile) {
- options.release = 11
-}
-
// Used by sonar-db-core to run DB Unit Tests
artifactoryPublish.skip = false
publishing {
compileOnlyApi 'com.google.code.findbugs:jsr305'
}
-// Produce Java 11 bytecode while making sure the code does not use any APIs from Java 17
-tasks.withType(JavaCompile) {
- options.release = 11
-}
-
artifactoryPublish.skip = false
publishing {
publications {
artifactoryPublish.skip = false
-// Produce Java 11 bytecode while making sure the code does not use any APIs from Java 17
-tasks.withType(JavaCompile) {
- options.release = 11
-}
-
publishing {
publications {
mavenJava(MavenPublication) {