client-gradle-plugin | simplifies using Gluon Client for Java/JavaFX gradle | Plugin library
kandi X-RAY | client-gradle-plugin Summary
kandi X-RAY | client-gradle-plugin Summary
Plugin that simplifies using Gluon Client for Java/JavaFX gradle projects
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Create the native agent
- Gets the Graal VM home directory
- Creates a substration dispatcher
- Create the filter file
- Configures the attach services
- Generate the dependencyNotation map
- Returns the supported target for the target
- Runs the application
- Creates a task
- Registers a set of service names
- Sets the configuration
- Returns a hashCode of this name
- Release release configuration
- Attaches the given configure to the given closure
- Sets the list of bundles
- Sets the compiler arguments
- Sets the current jni list
- Sets reflection list
- Sets the linker arguments
- Build client native compile action
- Sets list of resources
- The native run method
- Compares this AttachServiceDefinition with the specified object
- Build the native package
- Performs native link
- Install the native client native library
client-gradle-plugin Key Features
client-gradle-plugin Examples and Code Snippets
plugins {
id 'com.gluonhq.client-gradle-plugin' version '0.1.41'
}
pluginManagement {
repositories {
maven {
url "https://nexus.gluonhq.com/nexus/content/repositories/releases"
}
gradlePluginPorta
./gradlew clean build
./gradlew run
./gradlew build nativeCompile
./gradlew nativeLink
./gradlew nativeRun
./gradlew build nativeBuild nativeRun
build/client/$hostPlatform/$AppName/$AppName
./gradlew nativePackage
./gradlew nativeInstall
Community Discussions
Trending Discussions on client-gradle-plugin
QUESTION
I'm going through modularizing my own projects. One of my classes uses the following imports:
...ANSWER
Answered 2020-Aug-10 at 18:35The old Gluon jfxmobile
plugin, that was used to create mobile applications with Java 1.8 or Java 9, is EOL.
To be able to run those mobile applications with Java/JavaFX 11+, you have to replace that plugin new Gluon Client plugin.
More details:
One main difference, the new plugin uses Maven instead of Gradle. However, thanks to the community, there is also a version of the Client plugin for Gradle, that might be a little bit behind the maven counterpart).
In order to migrate your project to Java 11+ and replace one plugin with the other, you have to modify your build file.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install client-gradle-plugin
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page