Skip to content

Commit

Permalink
build: Set group id for platform modules
Browse files Browse the repository at this point in the history
This is a fixup for 6341cc0.

Signed-off-by: Martin Nonnenmacher <[email protected]>
  • Loading branch information
mnonnenmacher committed Nov 19, 2024
1 parent be5bdc7 commit 5bdcfdd
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ plugins {
// Apply precompiled plugins.
id("ort-server-platform-conventions")
}

group = "org.eclipse.apoapsis.ortserver"
2 changes: 2 additions & 0 deletions logaccess/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ plugins {
// Apply precompiled plugins.
id("ort-server-platform-conventions")
}

group = "org.eclipse.apoapsis.ortserver"
2 changes: 2 additions & 0 deletions secrets/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ plugins {
// Apply precompiled plugins.
id("ort-server-platform-conventions")
}

group = "org.eclipse.apoapsis.ortserver"
2 changes: 2 additions & 0 deletions storage/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ plugins {
// Apply precompiled plugins.
id("ort-server-platform-conventions")
}

group = "org.eclipse.apoapsis.ortserver"
2 changes: 2 additions & 0 deletions transport/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ plugins {
// Apply precompiled plugins.
id("ort-server-platform-conventions")
}

group = "org.eclipse.apoapsis.ortserver"

0 comments on commit 5bdcfdd

Please sign in to comment.