We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
jvmTarget
1 parent 5c95de9 commit a6e1bd9Copy full SHA for a6e1bd9
build.gradle
@@ -183,6 +183,15 @@ configure(javaProjects) { subproject ->
183
options.encoding = 'UTF-8'
184
}
185
186
+ compileTestKotlin {
187
+ kotlinOptions {
188
+ jvmTarget = JavaVersion.VERSION_17
189
+ }
190
+ compilerOptions {
191
+ allWarningsAsErrors = true
192
193
194
+
195
eclipse {
196
project {
197
natures += 'org.springframework.ide.eclipse.core.springnature'
@@ -444,12 +453,6 @@ project('spring-rabbit') {
444
453
exclude group: 'org.hamcrest', module: 'hamcrest-core'
445
454
446
455
447
-
448
- compileKotlin {
449
- compilerOptions {
450
- allWarningsAsErrors = true
451
- }
452
456
457
458
project('spring-rabbit-stream') {
0 commit comments