Skip to content

Commit 32661ee

Browse files
committed
Re-fix Java build for new layout
1 parent f369cab commit 32661ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/java-wasm-bindings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ jobs:
4545
cache: maven
4646

4747
- name: Build the Java artifacts
48-
run: mvn install
48+
run: mvn -ntp install
4949
working-directory: java
5050

5151
- name: Run the tests from the WASM module
52-
run: mvn -pl wasm test
52+
run: mvn -ntp test
5353
working-directory: java
5454

5555
- uses: actions/upload-artifact@v7

java/api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
</goals>
7070
<configuration>
7171
<sources>
72-
<source>../java</source>
72+
<source>target/generated-sources/java</source>
7373
</sources>
7474
</configuration>
7575
</execution>

0 commit comments

Comments
 (0)