From 1939657e11958789d3db065d9915fe2b99993f7c Mon Sep 17 00:00:00 2001 From: trydofor Date: Sat, 13 Jan 2024 11:10:53 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20deploy=20ossrh,-example?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 4 ++-- pom.xml | 13 +++++++++++-- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b646ed32f..584a1abf5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ on: type: boolean required: false testFailureIgnore: - description: 'test failure.ignore?' + description: 'test ignore failure?' default: false type: boolean required: false @@ -121,7 +121,7 @@ jobs: - name: Maven Deploy run: > mvn - -P ossrh + -P ossrh,-example ${{ steps.opt-revision.outputs.OPT_REVISION }} -Dgpg.passphrase=${MVN_GPG_PASS} clean deploy diff --git a/pom.xml b/pom.xml index a895e817a..9543575da 100644 --- a/pom.xml +++ b/pom.xml @@ -71,7 +71,8 @@ 4.3.0 0.8.11 {} - + + --add-modules=java.se --add-opens=java.base/java.io=ALL-UNNAMED @@ -111,7 +112,6 @@ wings - example radiant @@ -959,5 +959,14 @@ + + example + + true + + + example + +