We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b96f193 commit ab08c19Copy full SHA for ab08c19
integration-tests/test-app/build.gradle.kts
@@ -1,5 +1,3 @@
1
-import io.spine.internal.gradle.checkstyle.CheckStyleConfig
2
-
3
/*
4
* Copyright 2022, TeamDev. All rights reserved.
5
*
@@ -26,8 +24,10 @@ import io.spine.internal.gradle.checkstyle.CheckStyleConfig
26
24
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
25
*/
28
+import io.spine.internal.gradle.checkstyle.CheckStyleConfig
+
29
plugins {
30
- id("org.gretty").version("3.0.6")
+ id("org.gretty").version("3.0.7")
31
id("com.github.psxpaul.execfork").version("0.1.13")
32
id("io.spine.mc-java")
33
}
0 commit comments