Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer committed Mar 20, 2023
1 parent 42ea134 commit 133128f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions settings-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ plugins {
id "maven-publish"
}

description = "Gradle Settings Plugins"

gradlePlugin {
plugins {
pluginManagement {
Expand Down
2 changes: 2 additions & 0 deletions test-common/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
apply plugin: "java-library"

dependencies {
api platform("org.junit:junit-bom:5.9.2")

api "org.junit.jupiter:junit-jupiter-api"
api "org.assertj:assertj-core:3.24.2"
api gradleApi()
Expand Down

0 comments on commit 133128f

Please sign in to comment.