We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc9afef commit 94bdd07Copy full SHA for 94bdd07
2 files changed
.github/workflows/job.build.yml
@@ -52,8 +52,8 @@ jobs:
52
- name: "Build: Elide Plugin"
53
run: ./mvnw clean install -pl elide-plugin
54
- name: "Test: Java Compiler"
55
- run: ./mvnw clean package -pl sample-java
+ run: ./mvnw clean package -f sample-java
56
- name: "Test: Kotlin Plugin"
57
- run: ./mvnw clean package -pl sample-kotlin
+ run: ./mvnw clean package -f sample-kotlin
58
- name: "Test: Mixed source"
59
- run: ./mvnw clean package -pl sample-mixed
+ run: ./mvnw clean package -f sample-mixed
pom.xml
@@ -13,8 +13,5 @@
13
<module>java-compiler</module>
14
<module>kotlin-plugin</module>
15
<module>elide-plugin</module>
16
- <module>sample-java</module>
17
- <module>sample-kotlin</module>
18
- <module>sample-mixed</module>
19
</modules>
20
</project>
0 commit comments