Skip to content

Commit

Permalink
fix: 修复由于aot插件导致的编译后jar包无法直接运行的问题(暂时注释aot插件)
Browse files Browse the repository at this point in the history
  • Loading branch information
dragove committed Dec 7, 2023
1 parent 87b4f14 commit dcec28b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
type=raw,value=dev,enable=${{ github.ref == format('refs/heads/{0}', 'dev') }}
type=raw,value={{branch}}-{{sha}}
- name: Build and push Docker image
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id 'io.freefair.lombok' version '8.4'
id 'org.springdoc.openapi-gradle-plugin' version '1.8.0'
id 'org.hidetake.swagger.generator' version '2.19.2'
id 'org.graalvm.buildtools.native' version '0.9.28'
// id 'org.graalvm.buildtools.native' version '0.9.28'
}

group 'plus.maa'
Expand Down

0 comments on commit dcec28b

Please sign in to comment.