Skip to content

Commit 54e5db4

Browse files
authored
Merge pull request #8 from artipie/ech-dev
Testing deploy
2 parents 2f0f4f8 + cdc6d50 commit 54e5db4

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2.3.3
12-
- uses: actions/setup-java@v2
12+
- uses: actions/setup-java@v3
1313
with:
1414
java-version: 17
1515
distribution: adopt
@@ -54,6 +54,7 @@ jobs:
5454
- name: Deploy artifacts
5555
run: |
5656
cd mvn-resolver-transport-http3
57+
export MAVEN_OPTS="--add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.text=ALL-UNNAMED --add-opens=java.desktop/java.awt.font=ALL-UNNAMED"
5758
mvn deploy -Partipie,publish,sonatype,gpg-sign -DskipITs --errors
5859
- name: Create Github Release
5960
id: create_release

mvn-resolver-transport-http3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</parent>
2727
<artifactId>maven-resolver-transport-http3</artifactId>
2828
<groupId>com.artipie.maven.resolver</groupId>
29-
<version>0.0.1</version>
29+
<version>0.0.2</version>
3030

3131
<name>Artipie Maven Artifact Resolver Transport HTTP3</name>
3232
<description>A transport implementation for repositories using HTTP3.</description>

0 commit comments

Comments
 (0)