Compare commits

...

2 Commits

Author SHA1 Message Date
renovate[bot]
dad5e92160 Update mcr.microsoft.com/devcontainers/java Docker tag to v3 2026-02-02 20:06:29 +00:00
Julien Lengrand-Lambert
89dbda55b8 Moves up to next version, and fixes demo-remote 2025-10-26 00:00:32 +01:00
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "Java",
"image": "mcr.microsoft.com/devcontainers/java:1-21",
"image": "mcr.microsoft.com/devcontainers/java:3-21",
"features": {
"ghcr.io/devcontainers/features/java:1": {
"version": "none",

View File

@@ -10,7 +10,7 @@ repositories {
}
dependencies {
implementation("fr.lengrand:opengraphkt:0.1.2")
implementation("fr.lengrand:opengraphkt:0.1.3")
testImplementation(kotlin("test"))
}
@@ -19,7 +19,7 @@ tasks.test {
}
kotlin {
jvmToolchain(24)
jvmToolchain(17)
}
application {

View File

@@ -5,7 +5,7 @@ plugins {
}
group = "fr.lengrand"
version = "0.1.3"
version = "0.1.4-SNAPSHOT"
repositories {
mavenCentral()