8000 GitHub - duhbleA/JreBuilderTask: A custom gradle task to discover available modules in a JDK, and deploy a traditional JRE from them
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A custom gradle task to discover available modules in a JDK, and deploy a traditional JRE from them

Notifications You must be signed in to change notification settings

duhbleA/JreBuilderTask

Repository files navigation

NativeLibraryLoaderChecker

A custom gradle task that takes a native library and determines if it can be loaded successfully

Example

import me.duhblea.jrebuildertask.JreBuilderTask
task createJre(type: JreBuilderTask) {

    // The final folder path the JRE should live in
    distFolderPath = "Path-to-final-jre-location".toString()
}

About

A custom gradle task to discover available modules in a JDK, and deploy a traditional JRE from them

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0