Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Oct 19, 2024
1 parent bc3122f commit 3af4050
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/generator-graalvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@ jobs:
maven-cache: true
gradle-cache: ${{ matrix.gradle-cache }}
binary-dir: ${{ github.workspace }}/generator-jhipster/bin
- name: 'SETUP: setup graalvm'
uses: graalvm/setup-graalvm@v1
with:
java-version: ${{ matrix.java-version }}
distribution: 'graalvm-community'
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
native-image-job-reports: 'true'
#----------------------------------------------------------------------
# Install JHipster and generate project+entities
#----------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export const mavenDefinition = ({
content: ` <properties>
<repackage.classifier>exec</repackage.classifier>
<native-buildtools.version>${nativeBuildToolsVersion}</native-buildtools.version>
<modernizer.skip>true</modernizer.skip>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 3af4050

Please sign in to comment.