Overview
Package
Class
Deprecated
Index
Help
Groovy Documentation
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
_
A
apply
(Project)
- Method in
GradleOneJarPlugin
B
buildOneJar
(Jar)
- Method in
OneJar
, boot-manifest.mf') } }
C
D
E
F
Files
- Class in
com.github.rholder.gradle.util
G
generateFilename
(Jar, String)
- Method in
OneJar
This is kind of a hack to ensure we get "-classifier.jar" tacked on to archiveName + a valid version.
GradleOneJarPlugin
- Class in
com.github.rholder.gradle
This plugin rolls up your current project's jar and all of its dependencies into the the layout expected by One-JAR, producing a single runnable fat-jar, similar to the following:
H
I
J
K
L
M
N
O
OneJar
- Class in
com.github.rholder.gradle.task
OneJar
()
- Constructor in
OneJar
outputResourceFromClasspath
(String, File)
- Method in
Files
Pull a resource out of the current classpath and write a copy of it to the given location.
P
Q
R
S
T
U
unpackOneJarBoot
(def)
- Method in
OneJar
Unpack one-jar-boot to create the one-jar base layout.
V
W
writeOneJarManifestFile
(Manifest)
- Method in
OneJar
Return a manifest configured to boot the jar using One-JAR and then passing over control to the configured main class.
X
Y
Z
_
Groovy Documentation