diff --git a/Earthfile b/Earthfile index 3cfcf135..d6996db7 100644 --- a/Earthfile +++ b/Earthfile @@ -8,7 +8,7 @@ ARG --global --required RAW_REGISTRY_RELEASES ARG --global --required RAW_REGISTRY_SNAPSHOTS build: - FROM eclipse-temurin:21.0.8_9-jdk-alpine + FROM eclipse-temurin:25_36-jdk-alpine DO github.com/genestack/earthly-libs+GRADLE_PREPARE CACHE /root/.gradle/caches diff --git a/build.gradle.kts b/build.gradle.kts index 80d225e4..d5a33760 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,7 +14,7 @@ import kotlin.io.path.name import kotlin.io.path.Path as KotlinPath plugins { - alias(libs.plugins.openapi.generator) apply true + alias(libs.plugins.openapi.generator) } val sourceDirectory = "$rootDir/openapi/v1"