Skip to content

Commit

Permalink
Fix style in config schema
Browse files Browse the repository at this point in the history
  • Loading branch information
dnestoro committed May 31, 2024
1 parent fb5a0a6 commit 412af79
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,8 @@
"title": "List of resource bundles that should be registered"
}
},
"required": [

],
"additionalProperties": false,
"type": "object",
"title": "JSON schema for the resource-config that GraalVM Native Image uses",
"description": "Native Image will iterate over all resources and match their relative paths against the Java Regex specified in <includes>. If the path matches the Regex, the resource is included. The <excludes> statement instructs Native Image to omit certain included resources that match the given <pattern>"
}
}

0 comments on commit 412af79

Please sign in to comment.