Skip to content

Commit

Permalink
Cleanup i sonarqube { ... }.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc3092 committed Jun 12, 2024
1 parent e368d3e commit 3a3d0bf
Show file tree
Hide file tree
Showing 97 changed files with 1 addition and 769 deletions.
8 changes: 0 additions & 8 deletions apps/adresse-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,8 @@ plugins {

sonarqube {
properties {
property "sonar.dynamicAnalysis", "reuseReports"
property "sonar.host.url", "https://sonarcloud.io"
property "sonar.java.coveragePlugin", "jacoco"
property "sonar.language", "java"
property "sonar.token", System.getenv("SONAR_TOKEN")
property "sonar.organization", "navikt"
property "sonar.project.monorepo.enabled", true
property "sonar.projectKey", "navit_testnorge_adresse_service"
property "sonar.projectName", "testnav-adresse-service"
property "sonar.sourceEncoding", "UTF-8"
}
}

Expand Down
8 changes: 0 additions & 8 deletions apps/amelding-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,8 @@ plugins {

sonarqube {
properties {
property "sonar.dynamicAnalysis", "reuseReports"
property "sonar.host.url", "https://sonarcloud.io"
property "sonar.java.coveragePlugin", "jacoco"
property "sonar.language", "java"
property "sonar.token", System.getenv("SONAR_TOKEN")
property "sonar.organization", "navikt"
property "sonar.project.monorepo.enabled", true
property "sonar.projectKey", "navit_testnorge_amelding_service"
property "sonar.projectName", "testnav-amelding-service"
property "sonar.sourceEncoding", "UTF-8"
}
}

Expand Down
8 changes: 0 additions & 8 deletions apps/app-tilgang-analyse-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,8 @@ plugins {

sonarqube {
properties {
property "sonar.dynamicAnalysis", "reuseReports"
property "sonar.host.url", "https://sonarcloud.io"
property "sonar.java.coveragePlugin", "jacoco"
property "sonar.language", "java"
property "sonar.token", System.getenv("SONAR_TOKEN")
property "sonar.organization", "navikt"
property "sonar.project.monorepo.enabled", true
property "sonar.projectKey", "navit_testnorge_app_tilgang_analyse_service"
property "sonar.projectName", "testnav-app-tilgang-analyse-service"
property "sonar.sourceEncoding", "UTF-8"
}
}

Expand Down
8 changes: 0 additions & 8 deletions apps/arbeidsforhold-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,8 @@ plugins {

sonarqube {
properties {
property "sonar.dynamicAnalysis", "reuseReports"
property "sonar.host.url", "https://sonarcloud.io"
property "sonar.java.coveragePlugin", "jacoco"
property "sonar.language", "java"
property "sonar.token", System.getenv("SONAR_TOKEN")
property "sonar.organization", "navikt"
property "sonar.project.monorepo.enabled", true
property "sonar.projectKey", "testnav-arbeidsforhold-service"
property "sonar.projectName", "testnav-arbeidsforhold-service"
property "sonar.sourceEncoding", "UTF-8"
}
}

Expand Down
8 changes: 0 additions & 8 deletions apps/batch-bestilling-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,8 @@ plugins {

sonarqube {
properties {
property "sonar.dynamicAnalysis", "reuseReports"
property "sonar.host.url", "https://sonarcloud.io"
property "sonar.java.coveragePlugin", "jacoco"
property "sonar.language", "java"
property "sonar.token", System.getenv("SONAR_TOKEN")
property "sonar.organization", "navikt"
property "sonar.project.monorepo.enabled", true
property "sonar.projectKey", "testnav-batch-bestilling-service"
property "sonar.projectName", "testnav-batch-bestilling-service"
property "sonar.sourceEncoding", "UTF-8"
}
}

Expand Down
8 changes: 0 additions & 8 deletions apps/brreg-stub/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,8 @@ plugins {

sonarqube {
properties {
property "sonar.dynamicAnalysis", "reuseReports"
property "sonar.host.url", "https://sonarcloud.io"
property "sonar.java.coveragePlugin", "jacoco"
property "sonar.language", "java"
property "sonar.token", System.getenv("SONAR_TOKEN")
property "sonar.organization", "navikt"
property "sonar.project.monorepo.enabled", true
property "sonar.projectKey", "brreg-stub"
property "sonar.projectName", "brreg-stub"
property "sonar.sourceEncoding", "UTF-8"
}
}

Expand Down
8 changes: 0 additions & 8 deletions apps/bruker-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,8 @@ def iTest = tasks.register("iTest", Test) {

sonarqube {
properties {
property "sonar.dynamicAnalysis", "reuseReports"
property "sonar.host.url", "https://sonarcloud.io"
property "sonar.java.coveragePlugin", "jacoco"
property "sonar.language", "java"
property "sonar.token", System.getenv("SONAR_TOKEN")
property "sonar.organization", "navikt"
property "sonar.project.monorepo.enabled", true
property "sonar.projectKey", "testnav-bruker-service"
property "sonar.projectName", "testnav-bruker-service"
property "sonar.sourceEncoding", "UTF-8"
}
}

Expand Down
8 changes: 0 additions & 8 deletions apps/dolly-backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,8 @@ plugins {

sonarqube {
properties {
property "sonar.dynamicAnalysis", "reuseReports"
property "sonar.host.url", "https://sonarcloud.io"
property "sonar.java.coveragePlugin", "jacoco"
property "sonar.language", "java"
property "sonar.token", System.getenv("SONAR_TOKEN")
property "sonar.organization", "navikt"
property "sonar.project.monorepo.enabled", true
property "sonar.projectKey", "testnav-dolly-backend"
property "sonar.projectName", "testnav-dolly-backend"
property "sonar.sourceEncoding", "UTF-8"
}
}

Expand Down
8 changes: 0 additions & 8 deletions apps/dolly-frontend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,8 @@ plugins {

sonarqube {
properties {
property "sonar.dynamicAnalysis", "reuseReports"
property "sonar.host.url", "https://sonarcloud.io"
property "sonar.java.coveragePlugin", "jacoco"
property "sonar.language", "java"
property "sonar.token", System.getenv("SONAR_TOKEN")
property "sonar.organization", "navikt"
property "sonar.project.monorepo.enabled", true
property "sonar.projectKey", "dolly-frontend"
property "sonar.projectName", "dolly-frontend"
property "sonar.sourceEncoding", "UTF-8"
property 'sonar.sources', 'src/main/java,src/main/js'
}
}
Expand Down
8 changes: 0 additions & 8 deletions apps/dollystatus/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,8 @@ plugins {

sonarqube {
properties {
property "sonar.dynamicAnalysis", "reuseReports"
property "sonar.host.url", "https://sonarcloud.io"
property "sonar.java.coveragePlugin", "jacoco"
property "sonar.language", "java"
property "sonar.token", System.getenv("SONAR_TOKEN")
property "sonar.organization", "navikt"
property "sonar.project.monorepo.enabled", true
property "sonar.projectKey", "testnav-dollystatus"
property "sonar.projectName", "testnav-dollystatus"
property "sonar.sourceEncoding", "UTF-8"
property 'sonar.sources', 'src/main/java,src/main/js'
}
}
Expand Down
8 changes: 0 additions & 8 deletions apps/endringsmelding-frontend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,8 @@ plugins {

sonarqube {
properties {
property "sonar.dynamicAnalysis", "reuseReports"
property "sonar.host.url", "https://sonarcloud.io"
property "sonar.java.coveragePlugin", "jacoco"
property "sonar.language", "java"
property "sonar.token", System.getenv("SONAR_TOKEN")
property "sonar.organization", "navikt"
property "sonar.project.monorepo.enabled", true
property "sonar.projectKey", "testnav-endringsmelding-frontend"
property "sonar.projectName", "testnav-endringsmelding-frontend"
property "sonar.sourceEncoding", "UTF-8"
property 'sonar.sources', 'src/main/java,src/main/js'
property 'sonar.tests', 'src/test/java'
}
Expand Down
8 changes: 0 additions & 8 deletions apps/endringsmelding-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,8 @@ plugins {

sonarqube {
properties {
property "sonar.dynamicAnalysis", "reuseReports"
property "sonar.host.url", "https://sonarcloud.io"
property "sonar.java.coveragePlugin", "jacoco"
property "sonar.language", "java"
property "sonar.token", System.getenv("SONAR_TOKEN")
property "sonar.organization", "navikt"
property "sonar.project.monorepo.enabled", true
property "sonar.projectKey", "testnav-endringsmelding-service"
property "sonar.projectName", "testnav-endringsmelding-service"
property "sonar.sourceEncoding", "UTF-8"
}
}

Expand Down
8 changes: 0 additions & 8 deletions apps/ereg-batch-status-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,8 @@ plugins {

sonarqube {
properties {
property "sonar.dynamicAnalysis", "reuseReports"
property "sonar.host.url", "https://sonarcloud.io"
property "sonar.java.coveragePlugin", "jacoco"
property "sonar.language", "java"
property "sonar.token", System.getenv("SONAR_TOKEN")
property "sonar.organization", "navikt"
property "sonar.project.monorepo.enabled", true
property "sonar.projectKey", "testnav-ereg-batch-status-service"
property "sonar.projectName", "testnav-ereg-batch-status-service"
property "sonar.sourceEncoding", "UTF-8"
}
}

Expand Down
8 changes: 0 additions & 8 deletions apps/faste-data-frontend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,8 @@ plugins {

sonarqube {
properties {
property "sonar.dynamicAnalysis", "reuseReports"
property "sonar.host.url", "https://sonarcloud.io"
property "sonar.java.coveragePlugin", "jacoco"
property "sonar.language", "java"
property "sonar.token", System.getenv("SONAR_TOKEN")
property "sonar.organization", "navikt"
property "sonar.project.monorepo.enabled", true
property "sonar.projectKey", "testnav-faste-data-frontend"
property "sonar.projectName", "testnav-faste-data-frontend"
property "sonar.sourceEncoding", "UTF-8"
property 'sonar.sources', 'src/main/java,src/main/js'
property 'sonar.tests', 'src/test/java'
}
Expand Down
8 changes: 0 additions & 8 deletions apps/generer-arbeidsforhold-populasjon-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,8 @@ plugins {

sonarqube {
properties {
property "sonar.dynamicAnalysis", "reuseReports"
property "sonar.host.url", "https://sonarcloud.io"
property "sonar.java.coveragePlugin", "jacoco"
property "sonar.language", "java"
property "sonar.token", System.getenv("SONAR_TOKEN")
property "sonar.organization", "navikt"
property "sonar.project.monorepo.enabled", true
property "sonar.projectKey", "testnav-generer-arbeidsforhold-populasjon-service"
property "sonar.projectName", "testnav-generer-arbeidsforhold-populasjon-service"
property "sonar.sourceEncoding", "UTF-8"
}
}

Expand Down
8 changes: 0 additions & 8 deletions apps/generer-navn-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,8 @@ plugins {

sonarqube {
properties {
property "sonar.dynamicAnalysis", "reuseReports"
property "sonar.host.url", "https://sonarcloud.io"
property "sonar.java.coveragePlugin", "jacoco"
property "sonar.language", "java"
property "sonar.token", System.getenv("SONAR_TOKEN")
property "sonar.organization", "navikt"
property "sonar.project.monorepo.enabled", true
property "sonar.projectKey", "testnav-generer-navn-service"
property "sonar.projectName", "testnav-generer-navn-service"
property "sonar.sourceEncoding", "UTF-8"
}
}

Expand Down
8 changes: 0 additions & 8 deletions apps/generer-organisasjon-populasjon-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,8 @@ plugins {

sonarqube {
properties {
property "sonar.dynamicAnalysis", "reuseReports"
property "sonar.host.url", "https://sonarcloud.io"
property "sonar.java.coveragePlugin", "jacoco"
property "sonar.language", "java"
property "sonar.token", System.getenv("SONAR_TOKEN")
property "sonar.organization", "navikt"
property "sonar.project.monorepo.enabled", true
property "sonar.projectKey", "testnav-generer-organisasjon-populasjon-service"
property "sonar.projectName", "testnav-generer-organisasjon-populasjon-service"
property "sonar.sourceEncoding", "UTF-8"
}
}

Expand Down
8 changes: 0 additions & 8 deletions apps/generer-synt-amelding-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,8 @@ plugins {

sonarqube {
properties {
property "sonar.dynamicAnalysis", "reuseReports"
property "sonar.host.url", "https://sonarcloud.io"
property "sonar.java.coveragePlugin", "jacoco"
property "sonar.language", "java"
property "sonar.token", System.getenv("SONAR_TOKEN")
property "sonar.organization", "navikt"
property "sonar.project.monorepo.enabled", true
property "sonar.projectKey", "testnav-generer-synt-amelding-service"
property "sonar.projectName", "testnav-generer-synt-amelding-service"
property "sonar.sourceEncoding", "UTF-8"
}
}

Expand Down
8 changes: 0 additions & 8 deletions apps/helsepersonell-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,8 @@ plugins {

sonarqube {
properties {
property "sonar.dynamicAnalysis", "reuseReports"
property "sonar.host.url", "https://sonarcloud.io"
property "sonar.java.coveragePlugin", "jacoco"
property "sonar.language", "java"
property "sonar.token", System.getenv("SONAR_TOKEN")
property "sonar.organization", "navikt"
property "sonar.project.monorepo.enabled", true
property "sonar.projectKey", "testnav-helsepersonell-service"
property "sonar.projectName", "testnav-helsepersonell-service"
property "sonar.sourceEncoding", "UTF-8"
}
}

Expand Down
8 changes: 0 additions & 8 deletions apps/inntektsmelding-generator-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,8 @@ plugins {

sonarqube {
properties {
property "sonar.dynamicAnalysis", "reuseReports"
property "sonar.host.url", "https://sonarcloud.io"
property "sonar.java.coveragePlugin", "jacoco"
property "sonar.language", "java"
property "sonar.token", System.getenv("SONAR_TOKEN")
property "sonar.organization", "navikt"
property "sonar.project.monorepo.enabled", true
property "sonar.projectKey", "testnav-inntektsmelding-generator-service"
property "sonar.projectName", "testnav-inntektsmelding-generator-service"
property "sonar.sourceEncoding", "UTF-8"
}
}

Expand Down
8 changes: 0 additions & 8 deletions apps/inntektsmelding-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,8 @@ plugins {

sonarqube {
properties {
property "sonar.dynamicAnalysis", "reuseReports"
property "sonar.host.url", "https://sonarcloud.io"
property "sonar.java.coveragePlugin", "jacoco"
property "sonar.language", "java"
property "sonar.token", System.getenv("SONAR_TOKEN")
property "sonar.organization", "navikt"
property "sonar.project.monorepo.enabled", true
property "sonar.projectKey", "testnav-inntektsmelding-service"
property "sonar.projectName", "testnav-inntektsmelding-service"
property "sonar.sourceEncoding", "UTF-8"
}
}

Expand Down
8 changes: 0 additions & 8 deletions apps/jenkins-batch-status-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,8 @@ plugins {

sonarqube {
properties {
property "sonar.dynamicAnalysis", "reuseReports"
property "sonar.host.url", "https://sonarcloud.io"
property "sonar.java.coveragePlugin", "jacoco"
property "sonar.language", "java"
property "sonar.token", System.getenv("SONAR_TOKEN")
property "sonar.organization", "navikt"
property "sonar.project.monorepo.enabled", true
property "sonar.projectKey", "testnav-jenkins-batch-status-service"
property "sonar.projectName", "testnav-jenkins-batch-status-service"
property "sonar.sourceEncoding", "UTF-8"
}
}

Expand Down
8 changes: 0 additions & 8 deletions apps/joark-dokument-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,8 @@ plugins {

sonarqube {
properties {
property "sonar.dynamicAnalysis", "reuseReports"
property "sonar.host.url", "https://sonarcloud.io"
property "sonar.java.coveragePlugin", "jacoco"
property "sonar.language", "java"
property "sonar.token", System.getenv("SONAR_TOKEN")
property "sonar.organization", "navikt"
property "sonar.project.monorepo.enabled", true
property "sonar.projectKey", "testnav-joark-dokument-service"
property "sonar.projectName", "testnav-joark-dokument-service"
property "sonar.sourceEncoding", "UTF-8"
}
}

Expand Down
Loading

0 comments on commit 3a3d0bf

Please sign in to comment.