Skip to content

Commit

Permalink
Fix Gradle dependency to work with Netbeans 12
Browse files Browse the repository at this point in the history
  • Loading branch information
tonihele authored and MeFisto94 committed Jun 25, 2020
1 parent 13eb8fd commit 83726d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jme3-core/nbproject/project.xml
Expand Up @@ -160,16 +160,16 @@
<build-prerequisite/>
<compile-dependency/>
<run-dependency>
<release-version>1</release-version>
<specification-version>1.5</specification-version>
<release-version>2</release-version>
<specification-version>2.0</specification-version>
</run-dependency>
</dependency>
<dependency>
<code-name-base>org.netbeans.modules.gradle.java</code-name-base>
<build-prerequisite/>
<compile-dependency/>
<run-dependency>
<specification-version>1.5</specification-version>
<specification-version>1.6</specification-version>
</run-dependency>
</dependency>
<dependency>
Expand Down

0 comments on commit 83726d8

Please sign in to comment.