Skip to content

Commit

Permalink
use maven snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
dudiao committed Apr 16, 2023
1 parent 6788b99 commit 9a47702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/native_image_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: GitHub Action for GraalVM JDK 17
uses: graalvm/setup-graalvm@v1
with:
version: '22.3.0'
version: '22.3.1'
java-version: '17'
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -36,7 +36,7 @@ jobs:
${{ runner.os }}-maven-
- name: Build with Maven
run: |
mvn clean native:compile -Pnative --file pom.xml --no-transfer-progress package
mvn clean native:compile -P native,tencent --file pom.xml --no-transfer-progress package
# 压缩文件
- name: Archive zip
uses: thedoctor0/zip-release@master
Expand Down
8 changes: 0 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,6 @@
<groupId>org.noear</groupId>
<artifactId>solon-maven-plugin</artifactId>
<version>${project.parent.version}</version>
<executions>
<execution>
<id>process-aot</id>
<goals>
<goal>process-aot</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 9a47702

Please sign in to comment.