update build dependencies

This commit is contained in:
yushijinhun 2020-08-14 20:51:39 +08:00
parent 3ce68a3db2
commit 9c115558d5
No known key found for this signature in database
GPG key ID: 5BC167F73EA558E4

View file

@ -1,5 +1,5 @@
plugins {
id 'com.github.johnrengelman.shadow' version '5.2.0'
id 'com.github.johnrengelman.shadow' version '6.0.0'
id 'com.palantir.git-version' version '0.12.3'
id 'java'
}
@ -9,8 +9,8 @@ repositories {
}
dependencies {
compile 'org.ow2.asm:asm:8.0.1'
testCompile 'junit:junit:4.13'
implementation 'org.ow2.asm:asm:8.0.1'
testImplementation 'junit:junit:4.13'
}
sourceCompatibility = 8
@ -24,7 +24,7 @@ jar {
manifest {
attributes (
'Implementation-Title': project.name,
'Implementation-Version': version,
'Implementation-Version': project.version,
'Implementation-Vendor': 'yushijinhun',
'Implementation-Timestamp': new Date().format("yyyy-MM-dd'T'HH:mm:ssZ"),
'Automatic-Module-Name': 'moe.yushi.authlibinjector',