mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-22 02:26:00 +01:00
Small corrections in build.gradle
This commit is contained in:
parent
49ae2cf08f
commit
7c1221552c
12
build.gradle
12
build.gradle
@ -1,6 +1,6 @@
|
||||
plugins {
|
||||
id 'com.github.johnrengelman.shadow' version '5.1.0'
|
||||
id 'java'
|
||||
id 'com.github.johnrengelman.shadow' version '5.1.0'
|
||||
id 'java'
|
||||
}
|
||||
|
||||
allprojects {
|
||||
@ -30,12 +30,12 @@ dependencies {
|
||||
|
||||
shadowJar {
|
||||
baseName = 'BlueMap'
|
||||
version = '0.0.1'
|
||||
version = '0.0.0'
|
||||
classifier = null
|
||||
}
|
||||
|
||||
jar {
|
||||
manifest {
|
||||
attributes 'Main-Class' : "de.bluecolored.bluemap.cli.BlueMapCLI"
|
||||
}
|
||||
manifest {
|
||||
attributes 'Main-Class' : "de.bluecolored.bluemap.cli.BlueMapCLI"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user