Skip to content

Commit

Permalink
Tune GitHub build
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Spiridonov committed Sep 24, 2022
1 parent a57ea3c commit bb41f77
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@ jobs:
distribution: 'zulu'
cache: maven
gpg-private-key: ${{ secrets.GPG_KEY }}
- uses: s4u/maven-settings-action@v2.5.0
- name: maven-settings-xml-action
uses: whelk-io/maven-settings-xml-action@v20
with:
sonatypeSnapshots: true
apacheSnapshots: true
repositories: |
[
{ "id": "central", "url": "https://repo.maven.apache.org/maven2", "releases": { "enabled": "true" }, "snapshots": { "enabled": "true"} },
{ "id": "sonatype-snapshots", "url": "https://oss.sonatype.org/content/repositories/snapshots", "releases": { "enabled": "false" }, "snapshots": { "enabled": "true"} }
]
servers: |
[
{
Expand Down
2 changes: 1 addition & 1 deletion pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@
<gwt28-typedarrays.ver>1.2</gwt28-typedarrays.ver>
<gwt28-nio.ver>1.1</gwt28-nio.ver>
<gwt-slf4j.ver>1.0.2-gwt2.8.2</gwt-slf4j.ver>
<time.apt.ver>2.0.7-SNAPSHOT</time.apt.ver>
<time.apt.ver>2.0.10-SNAPSHOT</time.apt.ver>
<gwt-locale.ver>1.0.5-SNAPSHOT</gwt-locale.ver>
<gwt-locale-cldr.ver>1.0.5-SNAPSHOT</gwt-locale-cldr.ver>
<gwt-tool-jre-apt.ver>1.0.3-SNAPSHOT</gwt-tool-jre-apt.ver>
Expand Down

0 comments on commit bb41f77

Please sign in to comment.