reconfig gamej
This commit is contained in:
parent
f100d2332a
commit
29b355f4f5
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"java.configuration.updateBuildConfiguration": "interactive"
|
||||||
|
}
|
@ -42,9 +42,9 @@ dependencies {
|
|||||||
implementation "ca.retrylife:jstate:1.+-javadoc"
|
implementation "ca.retrylife:jstate:1.+-javadoc"
|
||||||
|
|
||||||
// GameJ
|
// GameJ
|
||||||
implementation "dev.rsninja:gamej:1.+"
|
implementation "dev.rsninja:gamej:1.0.1"
|
||||||
implementation "dev.rsninja:gamej:1.+-sources"
|
implementation "dev.rsninja:gamej:1.0.1-sources"
|
||||||
implementation "dev.rsninja:gamej:1.+-javadoc"
|
implementation "dev.rsninja:gamej:1.0.1-javadoc"
|
||||||
|
|
||||||
// JSON
|
// JSON
|
||||||
implementation 'com.google.code.gson:gson:2.8.6'
|
implementation 'com.google.code.gson:gson:2.8.6'
|
||||||
|
Reference in New Issue
Block a user