Skip to content

Commit 5cc0e33

Browse files
authored
Just generate Python jar
1 parent 2687828 commit 5cc0e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
distribution: 'temurin'
2929
cache: maven
3030
- name: Build with Maven
31-
run: mvn -B package --file pom.xml
31+
run: mvn -B package -Ppython-jar --file pom.xml
3232

3333
- name: 'Upload Artifact'
3434
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)