Skip to content

Commit ebd802e

Browse files
committed
gradle & kotlin update
1 parent 664d653 commit ebd802e

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Daniel Demidko
3+
Copyright (c) 2025 Daniil Demidko
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

build.gradle.kts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ repositories {
1010
plugins {
1111
id("org.springframework.boot") version "3.4.0-SNAPSHOT"
1212
id("io.spring.dependency-management") version "1.1.6"
13-
kotlin("jvm") version "2.0.20"
14-
kotlin("plugin.spring") version "2.0.20"
13+
kotlin("jvm") version "2.0.21"
14+
kotlin("plugin.spring") version "2.0.21"
1515
}
1616
dependencies {
1717
implementation("org.springframework.boot:spring-boot-starter-web")
@@ -22,8 +22,9 @@ dependencies {
2222
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2323
}
2424
java {
25-
sourceCompatibility = VERSION_21
26-
targetCompatibility = VERSION_21
25+
toolchain {
26+
languageVersion = JavaLanguageVersion.of(21)
27+
}
2728
}
2829
kotlin {
2930
compilerOptions {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)