Compare commits
4 Commits
1fe9cf7b77
...
v0.0.2
| Author | SHA1 | Date | |
|---|---|---|---|
| 5612d6a24a | |||
|
|
381d149cd2 | ||
| db530c1fed | |||
|
|
3b572491d0 |
@@ -11,6 +11,8 @@ jobs:
|
|||||||
build-deploy:
|
build-deploy:
|
||||||
runs-on: act_runner_java
|
runs-on: act_runner_java
|
||||||
if: ${{ github.event.pull_request.merged == true }}
|
if: ${{ github.event.pull_request.merged == true }}
|
||||||
|
env:
|
||||||
|
JAVA_HOME: /usr/lib/jvm/java-21-openjdk
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
run: |
|
run: |
|
||||||
@@ -63,7 +65,9 @@ jobs:
|
|||||||
-Djavadoc="$javadoc_jar" \
|
-Djavadoc="$javadoc_jar" \
|
||||||
-DpomFile="./pom.xml" \
|
-DpomFile="./pom.xml" \
|
||||||
-Durl="https://nexus.imyeyu.com/repository/maven-releases/" \
|
-Durl="https://nexus.imyeyu.com/repository/maven-releases/" \
|
||||||
-DrepositoryId="timi-nexus"
|
-DrepositoryId="timi-nexus" \
|
||||||
|
-Dhttps.protocols=TLSv1.2 \
|
||||||
|
-Djdk.tls.client.protocols=TLSv1.2
|
||||||
- name: Create release
|
- name: Create release
|
||||||
if: ${{ success() && startsWith(github.event.pull_request.title, 'v') }}
|
if: ${{ success() && startsWith(github.event.pull_request.title, 'v') }}
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user