Skip to content

Commit dbbd9de

Browse files
author
Vincent Potucek
committed
[chore] Add project icon for IntelliJ IDEA
1 parent e3c843c commit dbbd9de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ plugins {
4141
id 'org.scoverage' version '8.0.3' apply false
4242
id 'com.gradleup.shadow' version '8.3.6' apply false
4343
id 'com.diffplug.spotless' version "6.25.0"
44+
id 'org.openrewrite.rewrite' version "7.10.0"
4445
}
4546

4647
ext {
@@ -817,6 +818,7 @@ subprojects {
817818
skipConfigurations = [ "zinc" ]
818819
}
819820
apply plugin: 'com.diffplug.spotless'
821+
apply plugin: 'org.openrewrite.rewrite'
820822
spotless {
821823
java {
822824
targetExclude('**/generated/**/*.java','**/generated-test/**/*.java')
@@ -2813,6 +2815,7 @@ project(':streams:streams-scala') {
28132815
}
28142816

28152817
apply plugin: 'com.diffplug.spotless'
2818+
apply plugin: 'org.openrewrite.rewrite'
28162819
spotless {
28172820
scala {
28182821
target '**/*.scala'

0 commit comments

Comments
 (0)