Skip to content

Commit 3942aba

Browse files
build: add java qa suite
1 parent c96d3b0 commit 3942aba

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88

99
plugins {
1010
application
11-
java
1211
eclipse
12+
java
13+
alias(libs.plugins.java.qa)
1314
}
1415

1516
group = "io.github.smartoperatingblock"

gradle/libs.versions.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref
88

99
[bundles]
1010

11-
[plugins]
11+
[plugins]
12+
java-qa = { id = "org.danilopianini.gradle-java-qa", version = "1.4.0"}

0 commit comments

Comments
 (0)