gradle: add properties and modify injected-client (#1145)

* add implementation for getItemCount

* Ignore build directory in project root

* save injector results as class files

* package injected-client for shading into client

* auto-updating properties

* fix run task

* shade injected-client into jar
This commit is contained in:
ThatGamerBlue
2019-07-27 20:02:57 +01:00
committed by Ganom
parent 207c65c325
commit 2ba1c7f80b
14 changed files with 209 additions and 172 deletions

View File

@@ -1045,4 +1045,7 @@ public interface RSClient extends RSGameShell, Client
BigInteger getModulus();
void setModulus(BigInteger modulus);
@Import("ItemDefinition_fileCount")
int getItemCount();
}