Sign in
apache
/
grails-wrapper
/
refs/heads/3.1.x
/
.
/
starter
/
build.gradle
blob: 05450f74fa3bb40d64c047ab8d34926d60695669 [
file
] [
log
] [
blame
]
apply plugin
:
'java'
jar
{
archiveFileName
=
"grails-wrapper.jar"
manifest
{
attributes
'Main-Class'
:
'grails.init.Start'
}
}
sourceCompatibility
=
1.8
targetCompatibility
=
1.8