mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-09 16:45:46 -07:00
New gradle scripts to modularize the build process
This commit is contained in:
parent
b3fd9e76cf
commit
bc7ecce61c
8 changed files with 82 additions and 56 deletions
9
deob-annotations/build.gradle
Normal file
9
deob-annotations/build.gradle
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
plugins {
|
||||
id 'java'
|
||||
id 'java-library'
|
||||
}
|
||||
|
||||
version = '0.1.0'
|
||||
|
||||
sourceCompatibility = 1.8
|
||||
targetCompatibility = 1.8
|
||||
Loading…
Add table
Add a link
Reference in a new issue