Add compiled jar
This commit is contained in:
parent
0fe9ca4a4f
commit
efd3881b22
@ -27,3 +27,12 @@ dependencies {
|
|||||||
// Use JUnit test framework
|
// Use JUnit test framework
|
||||||
testImplementation 'junit:junit:4.12'
|
testImplementation 'junit:junit:4.12'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
jar {
|
||||||
|
manifest {
|
||||||
|
attributes(
|
||||||
|
'Class-Path': configurations.compile.collect { it.getName() }.join(' '),
|
||||||
|
'Main-Class': 'HelloWorld.Library'
|
||||||
|
)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user