File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 uses : actions/upload-artifact@v4
3131 with :
3232 name : polypheny-jar
33- path : dbms/build/libs/dbms-0.10.0 -SNAPSHOT.jar
33+ path : dbms/build/libs/dbms-0.10.1 -SNAPSHOT.jar
3434
3535 build :
3636 needs : build-polypheny
6363 uses : polypheny/GitHub-Action-Run-Polypheny@dev
6464 with :
6565 cmd : ./gradlew build -PdisableToolchain=true
66- jar : dbms-0.10.0 -SNAPSHOT.jar
66+ jar : dbms-0.10.1 -SNAPSHOT.jar
6767 java : ${{ env.JAVA_HOME_17_X64 || env.JAVA_HOME_17_ARM64 }}/bin/java
6868
6969 build-windows :
9191 uses : polypheny/GitHub-Action-Run-Polypheny@v0.2.0
9292 with :
9393 cmd : gradlew.bat build -PdisableToolchain=true
94- jar : dbms-0.10.0 -SNAPSHOT.jar
94+ jar : dbms-0.10.1 -SNAPSHOT.jar
9595 java : ${{ env.JAVA_HOME_17_X64 }}\bin\java
9696
9797 test-stores :
@@ -118,5 +118,5 @@ jobs:
118118 uses : polypheny/GitHub-Action-Run-Polypheny@v0.2.0
119119 with :
120120 cmd : ./gradlew build -PdisableToolchain=true
121- jar : dbms-0.10.0 -SNAPSHOT.jar
121+ jar : dbms-0.10.1 -SNAPSHOT.jar
122122 default-store : ${{ matrix.adapter }}
You can’t perform that action at this time.
0 commit comments