Skip to content

Commit

Permalink
La til manglende includeBuild for alle libs.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc3092 committed Jun 13, 2024
1 parent 745d364 commit 991078d
Show file tree
Hide file tree
Showing 22 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions libs/avro-schema/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ plugins {

rootProject.name = 'avro-schema'

includeBuild '../../plugins/java'

develocity {
buildScan {
Expand Down
2 changes: 2 additions & 0 deletions libs/commands/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ plugins {

rootProject.name = 'commands'

includeBuild '../../plugins/java'

includeBuild '../data-transfer-objects'

develocity {
Expand Down
1 change: 1 addition & 0 deletions libs/csv-converter/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ plugins {

rootProject.name = 'csv-converter'

includeBuild '../../plugins/java'

develocity {
buildScan {
Expand Down
1 change: 1 addition & 0 deletions libs/data-transfer-objects/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ plugins {

rootProject.name = 'data-transfer-objects'

includeBuild '../../plugins/java'

develocity {
buildScan {
Expand Down
1 change: 1 addition & 0 deletions libs/data-transfer-search-objects/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ plugins {

rootProject.name = 'data-transfer-search-objects'

includeBuild '../../plugins/java'

develocity {
buildScan {
Expand Down
1 change: 1 addition & 0 deletions libs/database/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ plugins {

rootProject.name = 'database'

includeBuild '../../plugins/java'

develocity {
buildScan {
Expand Down
1 change: 1 addition & 0 deletions libs/domain/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ plugins {

rootProject.name = 'domain'

includeBuild '../../plugins/java'

develocity {
buildScan {
Expand Down
2 changes: 2 additions & 0 deletions libs/integration-test/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ plugins {

rootProject.name = 'integration-test'

includeBuild '../../plugins/java'

includeBuild '../security-core'

develocity {
Expand Down
2 changes: 2 additions & 0 deletions libs/kafka-config/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ plugins {

rootProject.name = 'kafka-config'

includeBuild '../../plugins/java'

develocity {
buildScan {
termsOfUseUrl = "https://gradle.com/terms-of-service"
Expand Down
2 changes: 2 additions & 0 deletions libs/kafka-producers/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ plugins {

rootProject.name = 'kafka-producers'

includeBuild '../../plugins/java'

includeBuild '../kafka-config'
includeBuild '../avro-schema'

Expand Down
2 changes: 2 additions & 0 deletions libs/reactive-core/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ plugins {

rootProject.name = 'reactive-core'

includeBuild '../../plugins/java'

develocity {
buildScan {
termsOfUseUrl = "https://gradle.com/terms-of-service"
Expand Down
2 changes: 2 additions & 0 deletions libs/reactive-frontend/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ plugins {

rootProject.name = 'reactive-frontend'

includeBuild '../../plugins/java'

includeBuild '../security-core'

develocity {
Expand Down
2 changes: 2 additions & 0 deletions libs/reactive-proxy/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ plugins {

rootProject.name = 'reactive-proxy'

includeBuild '../../plugins/java'

includeBuild '../reactive-security'

develocity {
Expand Down
2 changes: 2 additions & 0 deletions libs/reactive-security/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ plugins {

rootProject.name = 'reactive-security'

includeBuild '../../plugins/java'

includeBuild '../security-core'

develocity {
Expand Down
1 change: 1 addition & 0 deletions libs/reactive-session-security/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ plugins {

rootProject.name = 'reactive-session-security'

includeBuild '../../plugins/java'

includeBuild '../security-core'

Expand Down
2 changes: 2 additions & 0 deletions libs/security-core/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ plugins {

rootProject.name = 'security-core'

includeBuild '../../plugins/java'

develocity {
buildScan {
termsOfUseUrl = "https://gradle.com/terms-of-service"
Expand Down
1 change: 1 addition & 0 deletions libs/security-token-service/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ plugins {

rootProject.name = 'security-token-service'

includeBuild '../../plugins/java'

develocity {
buildScan {
Expand Down
1 change: 1 addition & 0 deletions libs/servlet-core/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ plugins {

rootProject.name = 'servlet-core'

includeBuild '../../plugins/java'

develocity {
buildScan {
Expand Down
1 change: 1 addition & 0 deletions libs/servlet-insecure-security/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ plugins {

rootProject.name = 'servlet-insecure-security'

includeBuild '../../plugins/java'

includeBuild '../security-core'

Expand Down
1 change: 1 addition & 0 deletions libs/servlet-security/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ plugins {

rootProject.name = 'servlet-security'

includeBuild '../../plugins/java'

includeBuild '../security-core'

Expand Down
1 change: 1 addition & 0 deletions libs/slack/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ plugins {

rootProject.name = 'slack'

includeBuild '../../plugins/java'

develocity {
buildScan {
Expand Down
2 changes: 2 additions & 0 deletions libs/testing/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ plugins {

rootProject.name = 'testing'

includeBuild '../../plugins/java'

develocity {
buildScan {
termsOfUseUrl = "https://gradle.com/terms-of-service"
Expand Down

0 comments on commit 991078d

Please sign in to comment.