http-services(-pro): Add back http-service and move custom http-service

This commit is contained in:
Owain van Brakel
2019-08-09 05:22:26 +02:00
parent f85b1254cd
commit 3a92e3b008
109 changed files with 8699 additions and 112 deletions

View File

@@ -16,6 +16,7 @@ include ':injector-plugin'
include ':injected-client'
include ':runelite-plugin-archetype'
include ':http-service'
include ':http-service-plus'
project(':http-api').projectDir = "$rootDir/http-api" as File
project(':cache').projectDir = "$rootDir/cache" as File
@@ -33,4 +34,5 @@ project(':mixins').projectDir = "$rootDir/runelite-mixins" as File
project(':injector-plugin').projectDir = "$rootDir/injector-plugin" as File
project(':injected-client').projectDir = "$rootDir/injected-client" as File
project(':runelite-plugin-archetype').projectDir = "$rootDir/runelite-plugin-archetype" as File
project(':http-service').projectDir = "$rootDir/http-service" as File
project(':http-service').projectDir = "$rootDir/http-service" as File
project(':http-service-plus').projectDir = "$rootDir/http-service-plus" as File