Archived
0

Merge tweak

This commit is contained in:
Daniil
2018-08-05 00:12:05 +07:00
parent 9eaa9d7af0
commit 32fa42bdc3

View File

@@ -33,7 +33,7 @@ subprojects {
/* Components */ /* Components */
compile (group: 'org.projectlombok', name: 'lombok', version: '1.16.16') compile (group: 'org.projectlombok', name: 'lombok', version: '1.16.16')
compile 'com.flowpowered:flow-nbt:1.0.0' //Named Binary Tags
testCompile 'junit:junit:4.12' testCompile 'junit:junit:4.12'
} }