1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2024-09-20 12:58:38 +03:00

Removed tools.jar

This commit is contained in:
Anuken 2020-12-13 16:28:29 -05:00
parent 484b480076
commit 37ebae20d7

View File

@ -383,7 +383,6 @@ project(":annotations"){
dependencies{
implementation 'com.squareup:javapoet:1.12.1'
implementation "com.github.Anuken.Arc:arc-core:$arcHash"
implementation files("${System.getProperty('java.home')}/../lib/tools.jar")
}
}