mirror of
https://github.com/jlengrand/quarkus.git
synced 2026-03-10 08:41:22 +00:00
Merge pull request #7078 from gastaldi/gradle_error
Set the AppArtifact in the Gradle plugin
This commit is contained in:
@@ -212,6 +212,7 @@ public class QuarkusNative extends QuarkusTask {
|
||||
}
|
||||
|
||||
/**
|
||||
* @param enableJni true to enable JNI
|
||||
* @deprecated JNI is always enabled starting from GraalVM 19.3.1.
|
||||
*/
|
||||
@Option(description = "Enable jni (deprecated)", option = "enable-jni")
|
||||
@@ -379,8 +380,7 @@ public class QuarkusNative extends QuarkusTask {
|
||||
.setLocalProjectDiscovery(false)
|
||||
.setBuildSystemProperties(realProperties)
|
||||
.setIsolateDeployment(true)
|
||||
//.setConfigDir(extension().outputConfigDirectory().toPath())
|
||||
//.setTargetDirectory(extension().outputDirectory().toPath())
|
||||
.setAppArtifact(appArtifact)
|
||||
.build().bootstrap()) {
|
||||
appCreationContext.createAugmentor().createProductionApplication();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user