some config

This commit is contained in:
Jannik Reimers 2024-10-25 10:05:21 +02:00
parent 5307298dae
commit 74843e54ed
Signed by: jansel
GPG key ID: 39C62D7D5233CFD0
10 changed files with 18 additions and 33 deletions

View file

@ -12,7 +12,7 @@ plugins {
id("dev.kordex.gradle.kordex")
}
group = "template"
group = "dev.jansel"
version = "1.0-SNAPSHOT"
dependencies {
@ -36,7 +36,7 @@ kordEx {
// See https://docs.kordex.dev/data-collection.html
dataCollection(DataCollection.Standard)
mainClass = "template.AppKt"
mainClass = "dev.jansel.feixiao.AppKt"
}
}
@ -56,7 +56,7 @@ docker {
// Each function (aside from comment/emptyLine) corresponds to a Dockerfile instruction.
// See: https://docs.docker.com/reference/dockerfile/
from("openjdk:21-jdk-slim")
from("azul/zulu-openjdk-alpine:21-latest")
emptyLine()