You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Andreas Eberhöfer (JIRA)" <ji...@apache.org> on 2019/05/31 22:40:00 UTC

[jira] [Created] (NETBEANS-2622) gradle project seams always taken the default JDK

Andreas Eberhöfer created NETBEANS-2622:
-------------------------------------------

             Summary: gradle project seams always taken the default JDK
                 Key: NETBEANS-2622
                 URL: https://issues.apache.org/jira/browse/NETBEANS-2622
             Project: NetBeans
          Issue Type: Bug
          Components: gradle
    Affects Versions: 11.0
            Reporter: Andreas Eberhöfer


Hi,
I start netbeans with JDK 10, set in the `etc/netbeans.conf` the jdkhome path. Now I create a new gradle project and set in the `build.gradle` 

```
sourceCompatibility = 11
targetCompatibility = 11
```

In my code I use a JDK 11 API like

```
Path p = Path.of(".");
```
This won't compile. 

I added a JDK 11 to netbeans and change under `Properies->Build->Compile->Java Platform` to JDK 11. It still does not compile. 
After a restart, it still does not compile.

 I changed the jdkhome in `etc/netbeans.conf` to the JDK 11. After a restart it compiles. 
Not a big deal, but maybe you should have a look at it. To me it seams like gradle project always takes the default JDK.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists