Sign in
apache
/
netbeans
/
refs/heads/release180
/
.
/
java
/
gradle.java
/
test
/
unit
/
data
/
javasimple
/
build.gradle
blob: 19afaae72c63ac0c687f47081c577261cb33019d [
file
] [
log
] [
blame
]
apply plugin
:
'java'
apply plugin
:
'application'
mainClassName
=
'test.App'
run
{
jvmArgs
'-Dtest.foo=bar'
,
'-Dtest.bar=foo'
}