Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
jib {
from { image = 'eclipse-temurin:21-jre' }
to { image = "juplo/${project.name}:${project.version}" }
- container { mainClass = 'de.juplo.kafka.ExampleConsumer' }
+ container { mainClass = 'de.juplo.kafka.Application' }
}
<image>juplo/${project.artifactId}:${project.version}</image>
</to>
<container>
- <mainClass>de.juplo.kafka.ExampleConsumer</mainClass>
+ <mainClass>de.juplo.kafka.Application</mainClass>
</container>
</configuration>
<executions>