forked from Torbuntu/Leikr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.nb-gradle-properties
29 lines (29 loc) · 940 Bytes
/
.nb-gradle-properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<gradle-project-properties>
<!--DO NOT EDIT THIS FILE! - Used by the Gradle plugin of NetBeans.-->
<target-platform-name>j2se</target-platform-name>
<target-platform>11</target-platform>
<source-level>1.8</source-level>
<script-platform>
<spec-name>j2se</spec-name>
<spec-version>11</spec-version>
</script-platform>
<license-header>
<name>apache20</name>
<property name="organization">torbuntu</property>
</license-header>
<built-in-tasks>
<task>
<display-name>run</display-name>
<non-blocking>no</non-blocking>
<task-names>
<name must-exist="no">${project}:launchDesktop</name>
</task-names>
<task-args>
<arg>-PcmdLineArgs=${cmd-line-args}</arg>
<arg>-PjvmLineArgs=${jvm-line-args}</arg>
</task-args>
<task-jvm-args/>
</task>
</built-in-tasks>
</gradle-project-properties>