-
Notifications
You must be signed in to change notification settings - Fork 0
/
.nb-gradle-properties
61 lines (61 loc) · 1.76 KB
/
.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<gradle-project-properties>
<!--DO NOT EDIT THIS FILE! - Used by the Gradle plugin of NetBeans.-->
<common-tasks>
<task>
<display-name>clean install</display-name>
<non-blocking>no</non-blocking>
<task-names>
<name must-exist="yes">clean</name>
<name must-exist="yes">install</name>
</task-names>
<task-args>
<arg>-xtest</arg>
</task-args>
<task-jvm-args/>
</task>
<task>
<display-name>clean install upload</display-name>
<non-blocking>no</non-blocking>
<task-names>
<name must-exist="no">clean</name>
<name must-exist="no">install</name>
<name must-exist="no">upload</name>
</task-names>
<task-args>
<arg>-xtest</arg>
</task-args>
<task-jvm-args/>
</task>
</common-tasks>
<script-platform>
<spec-name>j2se</spec-name>
<spec-version>1.7</spec-version>
</script-platform>
<built-in-tasks>
<task>
<display-name>debug.test.single</display-name>
<non-blocking>no</non-blocking>
<task-names>
<name must-exist="no">${project}:cleanTest</name>
<name must-exist="no">${project}:test</name>
</task-names>
<task-args>
<arg>-Dtest.single=${test-file-path}</arg>
<arg>-Dtest.debug</arg>
<arg>-DtestLogging.showStandardStreams=true</arg>
</task-args>
<task-jvm-args/>
</task>
<task>
<display-name>rebuild</display-name>
<non-blocking>yes</non-blocking>
<task-names>
<name must-exist="no">clean</name>
<name must-exist="no">build</name>
</task-names>
<task-args/>
<task-jvm-args/>
</task>
</built-in-tasks>
</gradle-project-properties>