update some libs version
This commit is contained in:
parent
db01a8bd0b
commit
9bed746af2
@ -222,7 +222,7 @@ task bundleStub(type: Jar) {
|
|||||||
classifier = 'stub'
|
classifier = 'stub'
|
||||||
manifest.attributes([
|
manifest.attributes([
|
||||||
'Main-Class': 'cpw.mods.fml.relauncher.ServerLaunchWrapper',
|
'Main-Class': 'cpw.mods.fml.relauncher.ServerLaunchWrapper',
|
||||||
'Class-Path': "bin/${project.group.replace('.', '/')}/${project.name}/${project.version}/${project.name}-${project.version}.jar"
|
'Class-Path': "libraries/${project.group.replace('.', '/')}/${project.name}/${project.version}/${project.name}-${project.version}.jar"
|
||||||
])
|
])
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user