Skip to content

Commit

Permalink
Correctly applying group to all projects (including root)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxisto committed Jul 25, 2023
1 parent f285022 commit 95364c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ repositories {
allprojects {
plugins.apply("org.jetbrains.dokka")

group = "de.fraunhofer.aisec"

val dokkaPlugin by configurations
dependencies {
dokkaPlugin("org.jetbrains.dokka:versioning-plugin:1.8.10")
Expand Down
2 changes: 0 additions & 2 deletions buildSrc/src/main/kotlin/cpg.common-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ plugins {
id("org.jetbrains.dokka")
}

group = "de.fraunhofer.aisec"

java {
withSourcesJar()
}
Expand Down

0 comments on commit 95364c7

Please sign in to comment.