netbeans
netbeans copied to clipboard
Gradle project becomes unloadable with some attached plugins
Apache NetBeans version
Apache NetBeans latest daily build
What happened
Some gradle plugins becomes project unloadable and show error
How to reproduce
I create minimal gradle project with only build.gradle file and sources folder exist Only plugins section and description is defined in build script
plugins {
id 'java'
id 'application'
id "edu.sc.seis.launch4j" version "2.5.3"
id "kr.motd.sphinx" version "2.10.0"
}
description = 'MyApplication'
Opening this project shows Cannot Load Project popup and project properties dialog shows Project Unloadable arning
Once I comment launch4j plugin the errors disappears
Did this work correctly in an earlier version?
Apache NetBeans 14
Operating System
Windows 10
JDK
JDK 18.0.2
Apache NetBeans packaging
Own source build
Anything else
No response
Are you willing to submit a pull request?
No
Code of Conduct
Yes