Skip to content

Commit

Permalink
Move the native-gradle-plugin buildSrc directory into a composite build
Browse files Browse the repository at this point in the history
  • Loading branch information
melix committed Feb 28, 2022
1 parent a05cdcc commit 6839fef
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 0 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions build-logic/gradle-functional-testing/settings.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rootProject.name = "gradle-functional-testing"
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
*/

plugins {
id 'java-gradle-plugin'
id 'groovy'
}

Expand Down
1 change: 1 addition & 0 deletions native-gradle-plugin/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
pluginManagement {
includeBuild("../build-logic/settings-plugins")
includeBuild("../build-logic/common-plugins")
includeBuild("../build-logic/gradle-functional-testing")
}

plugins {
Expand Down

0 comments on commit 6839fef

Please sign in to comment.