Skip to content

Commit

Permalink
avoid bundling resources
Browse files Browse the repository at this point in the history
  • Loading branch information
carterkozak committed Jan 5, 2021
1 parent 2748e37 commit 792729f
Showing 2 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions conjure/build.gradle
Original file line number Diff line number Diff line change
@@ -42,8 +42,6 @@ graal {
javaVersion '11'
outputName 'conjure'
graalVersion '20.3.0'
// resourceconfig.json which includes all resources to match hotspot.
option ('-H:ResourceConfigurationFiles=' + file('resourceconfig.json').absolutePath)
// Fail if a native image cannot be created. Otherwise a fallback image which relies
// on a hotspot jdk is required.
option '--no-fallback'
7 changes: 0 additions & 7 deletions conjure/resourceconfig.json

This file was deleted.

0 comments on commit 792729f

Please sign in to comment.