Skip to content

Commit

Permalink
Fix things
Browse files Browse the repository at this point in the history
  • Loading branch information
adutra committed Jul 30, 2021
1 parent 091369e commit 3ed3f4d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Args=-H:IncludeResources=reference.conf \
-H:IncludeResources=application.conf,application.json,application.properties \
-H:IncludeResources=.*Driver.properties \
Args=-H:IncludeResources=reference\\.conf \
-H:IncludeResources=application\\.conf \
-H:IncludeResources=application\\.json \
-H:IncludeResources=application\\.properties \
-H:IncludeResources=.*Driver\\.properties \
-H:DynamicProxyConfigurationResources=${.}/proxy.json \
-H:ReflectionConfigurationResources=${.}/reflection.json
18 changes: 9 additions & 9 deletions manual/core/graalvm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,47 +105,47 @@ configuration is required:
{ "name" : "net.jpountz.lz4.LZ4Compressor" },
{
"name" : "net.jpountz.lz4.LZ4JNICompressor",
"allPublicConstructors": true,
"allDeclaredConstructors": true,
"allPublicFields": true
},
{
"name" : "net.jpountz.lz4.LZ4JavaSafeCompressor",
"allPublicConstructors": true,
"allDeclaredConstructors": true,
"allPublicFields": true
},
{
"name" : "net.jpountz.lz4.LZ4JavaUnsafeCompressor",
"allPublicConstructors": true,
"allDeclaredConstructors": true,
"allPublicFields": true
},
{
"name" : "net.jpountz.lz4.LZ4HCJavaSafeCompressor",
"allPublicConstructors": true,
"allDeclaredConstructors": true,
"allPublicFields": true
},
{
"name" : "net.jpountz.lz4.LZ4HCJavaUnsafeCompressor",
"allPublicConstructors": true,
"allDeclaredConstructors": true,
"allPublicFields": true
},
{
"name" : "net.jpountz.lz4.LZ4JavaSafeSafeDecompressor",
"allPublicConstructors": true,
"allDeclaredConstructors": true,
"allPublicFields": true
},
{
"name" : "net.jpountz.lz4.LZ4JavaSafeFastDecompressor",
"allPublicConstructors": true,
"allDeclaredConstructors": true,
"allPublicFields": true
},
{
"name" : "net.jpountz.lz4.LZ4JavaUnsafeSafeDecompressor",
"allPublicConstructors": true,
"allDeclaredConstructors": true,
"allPublicFields": true
},
{
"name" : "net.jpountz.lz4.LZ4JavaUnsafeFastDecompressor",
"allPublicConstructors": true,
"allDeclaredConstructors": true,
"allPublicFields": true
}
]
Expand Down

0 comments on commit 3ed3f4d

Please sign in to comment.