parent
b2e6c60d94
commit
4f0cc132f6
|
@ -2,12 +2,12 @@ apply plugin: 'io.spring.convention.spring-module'
|
||||||
apply plugin: 'io.freefair.aspectj'
|
apply plugin: 'io.freefair.aspectj'
|
||||||
|
|
||||||
compileAspectj {
|
compileAspectj {
|
||||||
sourceCompatibility "1.8"
|
sourceCompatibility "17"
|
||||||
targetCompatibility "1.8"
|
targetCompatibility "17"
|
||||||
}
|
}
|
||||||
compileTestAspectj {
|
compileTestAspectj {
|
||||||
sourceCompatibility "1.8"
|
sourceCompatibility "17"
|
||||||
targetCompatibility "1.8"
|
targetCompatibility "17"
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
aspectjVersion=1.9.7
|
aspectjVersion=1.9.8-RC1
|
||||||
springJavaformatVersion=0.0.29
|
springJavaformatVersion=0.0.29
|
||||||
springBootVersion=2.4.2
|
springBootVersion=2.4.2
|
||||||
springFrameworkVersion=5.3.11
|
springFrameworkVersion=5.3.11
|
||||||
|
|
Loading…
Reference in New Issue