Skip to content

Commit

Permalink
Switch from Quarkus to Gradle application
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnerbart committed Dec 12, 2024
1 parent 8e7d1f0 commit e21e3da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests-hivemq-platform-operator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ val listIntegrationTests by tasks.registering(JavaExec::class) {
val savePlatformOperatorDockerImage by tasks.registering(Exec::class) {
group = "container"
description = "Save HiveMQ Platform Operator Docker image"
dependsOn(gradle.includedBuild("hivemq-platform-operator").task(":quarkusBuild"))
dependsOn(gradle.includedBuild("hivemq-platform-operator").task(":docker"))
workingDir(layout.buildDirectory)
commandLine("docker", "save", "-o", "hivemq-platform-operator.tar", "hivemq/hivemq-platform-operator-test:snapshot")
}
Expand Down

0 comments on commit e21e3da

Please sign in to comment.