mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-11 09:00:26 -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
14
signlink/build.gradle
Normal file
14
signlink/build.gradle
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
plugins {
|
||||
id 'java'
|
||||
id 'java-library'
|
||||
}
|
||||
|
||||
version = '1.0.0'
|
||||
|
||||
sourceCompatibility = 1.8
|
||||
targetCompatibility = 1.8
|
||||
|
||||
dependencies {
|
||||
compileOnly project(':deob-annotations')
|
||||
compileOnly 'lib:jogl-all'
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue