diff options
Diffstat (limited to 'build.gradle.kts')
| -rw-r--r-- | build.gradle.kts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 51050f4..4e6499b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,7 +12,7 @@ plugins { jacoco } -group = "de.ukw.ccc" +group = "dev.dnpm" version = "0.10.0-SNAPSHOT" var versions = mapOf( @@ -134,7 +134,7 @@ tasks.jacocoTestReport { } tasks.named<BootBuildImage>("bootBuildImage") { - imageName.set("ghcr.io/ccc-mf/etl-processor") + imageName.set("ghcr.io/pcvolkmer/etl-processor") // Binding for CA Certs bindings.set(listOf( @@ -144,7 +144,7 @@ tasks.named<BootBuildImage>("bootBuildImage") { environment.set(environment.get() + mapOf( // Enable this line to embed CA Certs into image on build time //"BP_EMBED_CERTS" to "true", - "BP_OCI_SOURCE" to "https://github.com/CCC-MF/etl-processor", + "BP_OCI_SOURCE" to "https://github.com/pcvolkmer/etl-processor", "BP_OCI_LICENSES" to "AGPLv3", "BP_OCI_DESCRIPTION" to "ETL Processor for bwHC MTB files" )) |
