Skip to content

Commit 77e4186

Browse files
committed
Add library-and-framework-list.json to the packaging of future graalvm-reachability-metadata releases
1 parent e52f7e4 commit 77e4186

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,11 @@ tasks.register('package', Zip) { task ->
4646
task.setGroup(PublishingPlugin.PUBLISH_TASK_GROUP)
4747
task.archiveFileName = outputFileName
4848
task.destinationDirectory = layout.buildDirectory
49+
4950
from(tck.metadataRoot)
51+
// library-and-framework-list.json is used by Native Build Tools to provide additional
52+
// information on library and framework support to the native image Build Report
53+
from(project.rootDir) {
54+
include("library-and-framework-list.json")
55+
}
5056
}

0 commit comments

Comments
 (0)