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.
1 parent 60ae927 commit a3efd9fCopy full SHA for a3efd9f
2 files changed
build.gradle
@@ -46,13 +46,12 @@ repositories {
46
}
47
48
java {
49
+ sourceCompatibility = '21'
50
toolchain {
51
languageVersion = JavaLanguageVersion.of(21)
52
53
54
-sourceCompatibility = '21'
55
-
56
publishing {
57
publications {
58
maven(MavenPublication) {
@@ -67,7 +66,7 @@ test {
67
66
68
69
70
-tasks.withType(JavaCompile) {
+tasks.withType(JavaCompile).configureEach {
71
options.encoding = 'UTF-8'
72
73
settings.gradle
@@ -2,5 +2,4 @@
2
* This file was generated by the Gradle 'init' task.
3
*/
4
5
-rootProject.name = 'camel-idea-plugin'
6
-include(':camel-idea-plugin')
+rootProject.name = 'camel-idea-plugin'
0 commit comments