add guava

pull/5/head
valoeghese 4 years ago
parent ba03965b45
commit 444b5befb4

@ -36,9 +36,10 @@ minecraft {
} }
dependencies { dependencies {
// fabric loader requires log4j and gson // fabric loader requires log4j, guava, and gson
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.8.1' implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.8.1'
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.8.1' implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.8.1'
implementation 'com.google.guava:guava:28.0-jre'
implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.6' implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.6'
//to change the versions see the gradle.properties file //to change the versions see the gradle.properties file

Loading…
Cancel
Save