Skip to content
Snippets Groups Projects
Commit f4cc147e authored by William Billingsley's avatar William Billingsley
Browse files

Updates build.gradle for gradle 8

parent ef568e38
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ task fatJar(type: Jar) {
manifest {
attributes 'Main-Class': 'dotsandboxes.Main'
}
baseName = 'executable-jar'
archiveBaseName = 'executable-jar'
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
from { configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) } }
with jar
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment