We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e52f7e4 commit 77e4186Copy full SHA for 77e4186
build.gradle
@@ -46,5 +46,11 @@ tasks.register('package', Zip) { task ->
46
task.setGroup(PublishingPlugin.PUBLISH_TASK_GROUP)
47
task.archiveFileName = outputFileName
48
task.destinationDirectory = layout.buildDirectory
49
+
50
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
+ }
56
}
0 commit comments