File tree Expand file tree Collapse file tree
packages/wasm-privacy-coin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8282 git config user.name "github-actions[bot]"
8383 git config user.email "github-actions[bot]@users.noreply.github.com"
8484
85- - name : Setup JDK 17 (for wasm-privacy-coin Maven deploy)
86- uses : actions/setup-java@v4
87- with :
88- distribution : corretto
89- java-version : " 17"
90-
9185 - name : Install dependencies
9286 run : npm ci --workspaces --include-workspace-root
9387
Original file line number Diff line number Diff line change 66
77 <groupId >com.bitgo</groupId >
88 <artifactId >wasm-privacy-coin</artifactId >
9- <version >0.1.0 </version >
9+ <version >${revision}${changelist} </version >
1010 <packaging >jar</packaging >
1111
1212 <description >WASM module for shielded merkle tree operations</description >
1515 <maven .compiler.source>17</maven .compiler.source>
1616 <maven .compiler.target>17</maven .compiler.target>
1717 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
18+ <revision >0.1.0</revision >
19+ <changelist >-SNAPSHOT</changelist >
1820 </properties >
1921
2022 <dependencies >
You can’t perform that action at this time.
0 commit comments