Skip to content

Commit 2b998f8

Browse files
committed
Fix few gradle configurations related to gradle plugin tests
1 parent c00b238 commit 2b998f8

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

integration-tests/gradle/src/main/resources/annotation-processor-simple-module/settings.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,5 @@ pluginManagement {
1515
}
1616
}
1717

18-
rootProject.name = 'quarkus-annotation-processor-multi-module-build'
19-
20-
include ':common'
21-
include ':application'
18+
rootProject.name = 'annotation-processor-simple-module'
2219

integration-tests/gradle/src/main/resources/included-build/included/settings.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,4 @@ includeBuild 'nested'
1919

2020
rootProject.name = 'included'
2121

22-
include ':dependency'
23-
include ':included-quarkus'
22+
include ':nested:included-quarkus'

0 commit comments

Comments
 (0)