project: Add wiki scraper (#1348)
* wiki-scraper: Add wiki scroper to the main project * client: Updated wiki stats * wiki-scraper: Checkstyle * wiki-scraper: Pull in @Ganom his changes * client: Updated wiki stats
This commit is contained in:
committed by
Kyleeld
parent
4fba65d4f1
commit
8239be4b75
@@ -17,6 +17,7 @@ include ':injected-client'
|
||||
include ':runelite-plugin-archetype'
|
||||
include ':http-service'
|
||||
include ':http-service-plus'
|
||||
include ':wiki-scraper'
|
||||
|
||||
project(':http-api').projectDir = "$rootDir/http-api" as File
|
||||
project(':cache').projectDir = "$rootDir/cache" as File
|
||||
@@ -35,4 +36,6 @@ 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-plus').projectDir = "$rootDir/http-service-plus" as File
|
||||
project(':http-service-plus').projectDir = "$rootDir/http-service-plus" as File
|
||||
project(':wiki-scraper').projectDir = "$rootDir/wiki-scraper" as File
|
||||
|
||||
|
||||
Reference in New Issue
Block a user