File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
group = " com.hivemq"
2
2
3
3
plugins {
4
+ idea
4
5
id(" com.hivemq.edge-version-updater" )
5
6
id(" com.hivemq.repository-convention" )
6
7
id(" io.github.sgtsilvio.gradle.oci" ) version " 0.22.0"
@@ -51,11 +52,11 @@ tasks.register("jacocoTestReport") {
51
52
}
52
53
53
54
tasks.register(" classes" ) {
54
- dependsOn(gradle.includedBuilds.map { it.task(" :$name " ) })
55
+ dependsOn(gradle.includedBuilds.filter { it.name != " hivemq-edge-frontend " }. map { it.task(" :$name " ) })
55
56
}
56
57
57
58
tasks.register(" testClasses" ) {
58
- dependsOn(gradle.includedBuilds.map { it.task(" :$name " ) })
59
+ dependsOn(gradle.includedBuilds.filter { it.name != " hivemq-edge-frontend " }. map { it.task(" :$name " ) })
59
60
}
60
61
61
62
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ buildscript {
21
21
22
22
plugins {
23
23
java
24
+ idea
24
25
`java- library`
25
26
`maven- publish`
26
27
signing
You can’t perform that action at this time.
0 commit comments