project: Rev update
This commit is contained in:
@@ -90,4 +90,25 @@ tasks {
|
||||
filter(ReplaceTokens::class, "tokens" to tokens)
|
||||
filteringCharset = "UTF-8"
|
||||
}
|
||||
|
||||
register<JavaExec>("Downloader.main()") {
|
||||
group = "gamepack"
|
||||
|
||||
classpath = project.sourceSets.main.get().runtimeClasspath
|
||||
main = "net.runelite.gamepack.Downloader"
|
||||
}
|
||||
|
||||
register<JavaExec>("Deob.main()") {
|
||||
group = "gamepack"
|
||||
|
||||
classpath = project.sourceSets.main.get().runtimeClasspath
|
||||
main = "net.runelite.deob.Deob"
|
||||
}
|
||||
|
||||
register<JavaExec>("UpdateMappings.main()") {
|
||||
group = "gamepack"
|
||||
|
||||
classpath = project.sourceSets.main.get().runtimeClasspath
|
||||
main = "net.runelite.deob.updater.UpdateMappings"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -57,4 +57,9 @@ public class Downloader
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
|
||||
public static void main(String[] args)
|
||||
{
|
||||
gamepack();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user