File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' io.spring.dependency-management' version ' 1.0.11.RELEASE' apply false
3
3
id ' io.spring.nohttp' version ' 0.0.10'
4
- id " io.freefair.aspectj" version ' 6.3 .0' apply false
4
+ id " io.freefair.aspectj" version ' 6.4 .0' apply false
5
5
id ' org.jetbrains.dokka' version ' 1.6.0' apply false
6
6
id ' org.jetbrains.kotlin.jvm' version ' 1.6.10' apply false
7
7
id " org.jetbrains.kotlin.plugin.serialization" version ' 1.6.10' apply false
@@ -51,7 +51,7 @@ configure(allprojects) { project ->
51
51
}
52
52
dependency " com.google.code.findbugs:jsr305:3.0.2"
53
53
54
- dependencySet(group : ' org.aspectj' , version : ' 1.9.8.RC3 ' ) {
54
+ dependencySet(group : ' org.aspectj' , version : ' 1.9.8' ) {
55
55
entry ' aspectjrt'
56
56
entry ' aspectjtools'
57
57
entry ' aspectjweaver'
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ pluginManager.withPlugin("kotlin") {
118
118
}
119
119
}
120
120
else {
121
- // Fallback to JDK11
121
+ // Fallback to JDK17
122
122
compileKotlin {
123
123
kotlinOptions {
124
124
jvmTarget = ' 1.8'
You can’t perform that action at this time.
0 commit comments