Skip to content

Commit

Permalink
Removed SonarQube warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
oxisto committed Oct 19, 2023
1 parent bf9c60f commit 6f64d8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
6 changes: 1 addition & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
import org.jetbrains.dokka.gradle.DokkaMultiModuleTask
import java.io.BufferedOutputStream
import java.io.ByteArrayOutputStream

/*
* Copyright (c) 2019-2021, Fraunhofer AISEC. All rights reserved.
*
Expand Down Expand Up @@ -76,7 +72,7 @@ fun generateDokkaWithVersionTag(dokkaMultiModuleTask: org.jetbrains.dokka.gradle
val config = """{ "version": "$tag", "olderVersionsDir":"${oldOutputPath.path}" }"""
val mapOf = mapOf(id to config)

dokkaMultiModuleTask.outputDirectory.set(file(buildDir.resolve("dokkaCustomMultiModuleOutput").resolve(tag)))
dokkaMultiModuleTask.outputDirectory.set(file(layout.buildDirectory.asFile.get().resolve("dokkaCustomMultiModuleOutput").resolve(tag)))
dokkaMultiModuleTask.pluginsMapConfiguration.set(mapOf)
}

Expand Down
1 change: 1 addition & 0 deletions gradle.properties.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
org.gradle.jvmargs=-Xmx4096m -XX:MaxMetaspaceSize=1024m -Dkotlin.daemon.jvm.options=-Xmx4g
systemProp.sonar.gradle.skipCompile=true

enableJavaFrontend=true
enableCXXFrontend=true
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
kotlin = "1.9.0"
neo4j = "4.0.6"
log4j = "2.21.0"
sonarqube = "4.4.0.3356"
sonarqube = "4.4.1.3373"
spotless = "6.22.0"
nexus-publish = "1.3.0"

Expand Down

0 comments on commit 6f64d8d

Please sign in to comment.