mirror of
https://github.com/hpd840321/craftlabs-authorization-sdk.git
synced 2026-06-09 18:10:30 +08:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 09788dbec7 |
@@ -29,7 +29,7 @@ jobs:
|
||||
chmod +x scripts/sdk-release-checksums.sh
|
||||
./scripts/sdk-release-checksums.sh --no-mvn --output dist/sdk-release --native-path "${{ github.workspace }}/native/build"
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: sdk-release-${{ github.ref_name }}
|
||||
path: |
|
||||
|
||||
+1
-1
@@ -20,7 +20,7 @@
|
||||
<java.version>17</java.version>
|
||||
<spring-boot.version>4.0.0</spring-boot.version>
|
||||
<!-- 平台数据访问:PostgreSQL 15 + MyBatis-Plus(Spring Boot 4 用 boot4-starter) -->
|
||||
<mybatis-plus.version>3.5.16</mybatis-plus.version>
|
||||
<mybatis-plus.version>3.5.15</mybatis-plus.version>
|
||||
</properties>
|
||||
|
||||
<!--
|
||||
|
||||
Reference in New Issue
Block a user