Skip to content

Commit 94bdd07

Browse files
committed
fix: fix ci x2
Signed-off-by: melodicore <datafox@datafox.me>
1 parent fc9afef commit 94bdd07

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/job.build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
- name: "Build: Elide Plugin"
5353
run: ./mvnw clean install -pl elide-plugin
5454
- name: "Test: Java Compiler"
55-
run: ./mvnw clean package -pl sample-java
55+
run: ./mvnw clean package -f sample-java
5656
- name: "Test: Kotlin Plugin"
57-
run: ./mvnw clean package -pl sample-kotlin
57+
run: ./mvnw clean package -f sample-kotlin
5858
- name: "Test: Mixed source"
59-
run: ./mvnw clean package -pl sample-mixed
59+
run: ./mvnw clean package -f sample-mixed

pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,5 @@
1313
<module>java-compiler</module>
1414
<module>kotlin-plugin</module>
1515
<module>elide-plugin</module>
16-
<module>sample-java</module>
17-
<module>sample-kotlin</module>
18-
<module>sample-mixed</module>
1916
</modules>
2017
</project>

0 commit comments

Comments
 (0)