Skip to content

Commit

Permalink
project: Let CI handle dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Owain94 committed Apr 8, 2020
1 parent f43ea94 commit a07fb0c
Show file tree
Hide file tree
Showing 154 changed files with 72 additions and 2,269 deletions.
12 changes: 0 additions & 12 deletions achievementdiary/achievementdiary.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,6 @@ version = "0.0.2"
project.extra["PluginName"] = "Diary Requirements"
project.extra["PluginDescription"] = "Display level requirements in Achievement Diary interface"

dependencies {
annotationProcessor(Libraries.lombok)
annotationProcessor(Libraries.pf4j)

compileOnly("com.openosrs:runelite-api:$rlVersion")
compileOnly("com.openosrs:runelite-client:$rlVersion")

compileOnly(Libraries.guice)
compileOnly(Libraries.lombok)
compileOnly(Libraries.pf4j)
}

tasks {
jar {
manifest {
Expand Down
13 changes: 0 additions & 13 deletions agility/agility.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,6 @@ version = "0.0.6"
project.extra["PluginName"] = "Agility"
project.extra["PluginDescription"] = "Show helpful information about agility courses and obstacles"

dependencies {
annotationProcessor(Libraries.lombok)
annotationProcessor(Libraries.pf4j)

compileOnly("com.openosrs:runelite-api:$rlVersion")
compileOnly("com.openosrs:runelite-client:$rlVersion")

compileOnly(Libraries.guice)
compileOnly(Libraries.lombok)
compileOnly(Libraries.pf4j)
compileOnly(Libraries.rxjava)
}

tasks {
jar {
manifest {
Expand Down
12 changes: 0 additions & 12 deletions ammo/ammo.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,6 @@ version = "0.0.2"
project.extra["PluginName"] = "Ammo"
project.extra["PluginDescription"] = "Shows the current ammo the player has equipped"

dependencies {
annotationProcessor(Libraries.lombok)
annotationProcessor(Libraries.pf4j)

compileOnly("com.openosrs:runelite-api:$rlVersion")
compileOnly("com.openosrs:runelite-client:$rlVersion")

compileOnly(Libraries.guice)
compileOnly(Libraries.lombok)
compileOnly(Libraries.pf4j)
}

tasks {
jar {
manifest {
Expand Down
12 changes: 0 additions & 12 deletions animsmoothing/animsmoothing.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,6 @@ version = "0.0.3"
project.extra["PluginName"] = "Animation Smoothing"
project.extra["PluginDescription"] = "Show smoother player, NPC and object animations"

dependencies {
annotationProcessor(Libraries.lombok)
annotationProcessor(Libraries.pf4j)

compileOnly("com.openosrs:runelite-api:$rlVersion")
compileOnly("com.openosrs:runelite-client:$rlVersion")

compileOnly(Libraries.guice)
compileOnly(Libraries.lombok)
compileOnly(Libraries.pf4j)
}

tasks {
jar {
manifest {
Expand Down
10 changes: 0 additions & 10 deletions antidrag/antidrag.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,7 @@ project.extra["PluginName"] = "Anti Drag"
project.extra["PluginDescription"] = "Prevent dragging an item for a specified delay"

dependencies {
annotationProcessor(Libraries.lombok)
annotationProcessor(Libraries.pf4j)

compileOnly("com.openosrs:runelite-api:$rlVersion")
compileOnly("com.openosrs:runelite-client:$rlVersion")

compileOnly(project(":customcursor"))

compileOnly(Libraries.guice)
compileOnly(Libraries.lombok)
compileOnly(Libraries.pf4j)
}

tasks {
Expand Down
20 changes: 0 additions & 20 deletions attackstyles/attackstyles.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,26 +30,6 @@ version = "0.0.3"
project.extra["PluginName"] = "Attack Styles"
project.extra["PluginDescription"] = "Show your current attack style as an overlay"

dependencies {
annotationProcessor(Libraries.lombok)
annotationProcessor(Libraries.pf4j)

compileOnly("com.openosrs:runelite-api:$rlVersion")
compileOnly("com.openosrs:runelite-client:$rlVersion")

compileOnly(Libraries.guice)
compileOnly(Libraries.lombok)
compileOnly(Libraries.pf4j)

testImplementation("com.openosrs:runelite-api:$rlVersion")
testImplementation("com.openosrs:runelite-client:$rlVersion")
testImplementation(Libraries.junit)
testImplementation(Libraries.guice)
testImplementation(Libraries.guiceTestlib)
testImplementation(Libraries.mockitoCore)
testImplementation(Libraries.pf4j)
}

tasks {
jar {
manifest {
Expand Down
21 changes: 0 additions & 21 deletions bank/bank.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,33 +31,12 @@ project.extra["PluginName"] = "Bank"
project.extra["PluginDescription"] = "Modifications to the banking interface"

dependencies {
annotationProcessor(Libraries.lombok)
annotationProcessor(Libraries.pf4j)

compileOnly("com.openosrs:runelite-api:$rlVersion")
compileOnly("com.openosrs:runelite-client:$rlVersion")

compileOnly(project(":banktags"))
compileOnly(project(":cluescroll"))

compileOnly(Libraries.guice)
compileOnly(Libraries.lombok)
compileOnly(Libraries.pf4j)

testImplementation(Libraries.junit)
testImplementation(Libraries.hamcrest)

testImplementation("com.openosrs:runelite-api:$rlVersion")
testImplementation("com.openosrs:runelite-client:$rlVersion")

testImplementation(project(":banktags"))
testImplementation(project(":cluescroll"))

testImplementation(Libraries.pf4j)
testImplementation(Libraries.guiceTestlib)
testImplementation(Libraries.junit)
testImplementation(Libraries.mockitoCore)
testImplementation(Libraries.mockitoInline)
}

tasks {
Expand Down
20 changes: 0 additions & 20 deletions banktags/banktags.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,29 +31,9 @@ project.extra["PluginName"] = "Bank Tags"
project.extra["PluginDescription"] = "Enable tagging of bank items and searching of bank tags"

dependencies {
annotationProcessor(Libraries.lombok)
annotationProcessor(Libraries.pf4j)

compileOnly("com.openosrs:runelite-api:$rlVersion")
compileOnly("com.openosrs:runelite-client:$rlVersion")

compileOnly(project(":cluescroll"))

compileOnly(Libraries.apacheCommonsText)
compileOnly(Libraries.guice)
compileOnly(Libraries.lombok)
compileOnly(Libraries.pf4j)

testImplementation("com.openosrs:runelite-api:$rlVersion")
testImplementation("com.openosrs:runelite-client:$rlVersion")

testImplementation(project(":cluescroll"))

testImplementation(Libraries.pf4j)
testImplementation(Libraries.guiceTestlib)
testImplementation(Libraries.junit)
testImplementation(Libraries.mockitoCore)
testImplementation(Libraries.mockitoInline)
}

tasks {
Expand Down
15 changes: 0 additions & 15 deletions banlist/banlist.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,6 @@ version = "0.0.4"
project.extra["PluginName"] = "Ban List"
project.extra["PluginDescription"] = "Displays warning in chat when you join a clan chat/new member join your clan chat and he is in a WDR/RuneWatch/Manual List"

dependencies {
annotationProcessor(Libraries.lombok)
annotationProcessor(Libraries.pf4j)

compileOnly("com.openosrs:runelite-api:$rlVersion")
compileOnly("com.openosrs:runelite-client:$rlVersion")
compileOnly("com.openosrs:http-api:$rlVersion")

compileOnly(Libraries.annotations)
compileOnly(Libraries.guice)
compileOnly(Libraries.lombok)
compileOnly(Libraries.okhttp3)
compileOnly(Libraries.pf4j)
}

tasks {
jar {
manifest {
Expand Down
11 changes: 0 additions & 11 deletions barbarianassault/barbarianassault.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,7 @@ project.extra["PluginName"] = "Barbarian Assault"
project.extra["PluginDescription"] = "Custom barbarian assault plugin, use along with BA Tools"

dependencies {
annotationProcessor(Libraries.lombok)
annotationProcessor(Libraries.pf4j)

compileOnly("com.openosrs:runelite-api:$rlVersion")
compileOnly("com.openosrs:runelite-client:$rlVersion")

compileOnly(project(":attackstyles"))

compileOnly(Libraries.apacheCommonsText)
compileOnly(Libraries.guice)
compileOnly(Libraries.lombok)
compileOnly(Libraries.pf4j)
}

tasks {
Expand Down
13 changes: 0 additions & 13 deletions barrows/barrows.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,6 @@ version = "0.0.5"
project.extra["PluginName"] = "Barrows Brothers"
project.extra["PluginDescription"] = "Show helpful information for the Barrows minigame"

dependencies {
annotationProcessor(Libraries.lombok)
annotationProcessor(Libraries.pf4j)

compileOnly("com.openosrs:runelite-api:$rlVersion")
compileOnly("com.openosrs:runelite-client:$rlVersion")

compileOnly(Libraries.apacheCommonsText)
compileOnly(Libraries.guice)
compileOnly(Libraries.lombok)
compileOnly(Libraries.pf4j)
}

tasks {
jar {
manifest {
Expand Down
13 changes: 0 additions & 13 deletions blastfurnance/blastfurnance.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,6 @@ version = "0.0.5"
project.extra["PluginName"] = "Blast Furnace"
project.extra["PluginDescription"] = "Show helpful information for the Blast Furnace minigame"

dependencies {
annotationProcessor(Libraries.lombok)
annotationProcessor(Libraries.pf4j)

compileOnly("com.openosrs:runelite-api:$rlVersion")
compileOnly("com.openosrs:runelite-client:$rlVersion")

compileOnly(Libraries.apacheCommonsText)
compileOnly(Libraries.guice)
compileOnly(Libraries.lombok)
compileOnly(Libraries.pf4j)
}

tasks {
jar {
manifest {
Expand Down
12 changes: 0 additions & 12 deletions blastmine/blastmine.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,6 @@ version = "0.0.2"
project.extra["PluginName"] = "Blast Mine"
project.extra["PluginDescription"] = "Show helpful information for the Blast Mine minigame"

dependencies {
annotationProcessor(Libraries.lombok)
annotationProcessor(Libraries.pf4j)

compileOnly("com.openosrs:runelite-api:$rlVersion")
compileOnly("com.openosrs:runelite-client:$rlVersion")

compileOnly(Libraries.guice)
compileOnly(Libraries.lombok)
compileOnly(Libraries.pf4j)
}

tasks {
jar {
manifest {
Expand Down
12 changes: 0 additions & 12 deletions boosts/boosts.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,6 @@ version = "0.0.3"
project.extra["PluginName"] = "Boosts Information"
project.extra["PluginDescription"] = "Show combat and/or skill boost information"

dependencies {
annotationProcessor(Libraries.lombok)
annotationProcessor(Libraries.pf4j)

compileOnly("com.openosrs:runelite-api:$rlVersion")
compileOnly("com.openosrs:runelite-client:$rlVersion")

compileOnly(Libraries.guice)
compileOnly(Libraries.lombok)
compileOnly(Libraries.pf4j)
}

tasks {
jar {
manifest {
Expand Down
12 changes: 0 additions & 12 deletions bosstimer/bosstimer.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,6 @@ version = "0.0.3"
project.extra["PluginName"] = "Boss Timers"
project.extra["PluginDescription"] = "Show boss spawn timer overlays"

dependencies {
annotationProcessor(Libraries.lombok)
annotationProcessor(Libraries.pf4j)

compileOnly("com.openosrs:runelite-api:$rlVersion")
compileOnly("com.openosrs:runelite-client:$rlVersion")

compileOnly(Libraries.guice)
compileOnly(Libraries.lombok)
compileOnly(Libraries.pf4j)
}

tasks {
jar {
manifest {
Expand Down
12 changes: 0 additions & 12 deletions bosstimetracker/bosstimetracker.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,6 @@ version = "0.0.3"
project.extra["PluginName"] = "Boss Time Tracker"
project.extra["PluginDescription"] = "Display elapsed time in the Fight Caves and Inferno"

dependencies {
annotationProcessor(Libraries.lombok)
annotationProcessor(Libraries.pf4j)

compileOnly("com.openosrs:runelite-api:$rlVersion")
compileOnly("com.openosrs:runelite-client:$rlVersion")

compileOnly(Libraries.guice)
compileOnly(Libraries.lombok)
compileOnly(Libraries.pf4j)
}

tasks {
jar {
manifest {
Expand Down
12 changes: 0 additions & 12 deletions bronzeman/bronzeman.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,6 @@ version = "0.0.5"
project.extra["PluginName"] = "Bronze Man Mode"
project.extra["PluginDescription"] = "Restrict yourself as an Iron Meme with GE use for items you have unlocked"

dependencies {
annotationProcessor(Libraries.lombok)
annotationProcessor(Libraries.pf4j)

compileOnly("com.openosrs:runelite-api:$rlVersion")
compileOnly("com.openosrs:runelite-client:$rlVersion")

compileOnly(Libraries.guice)
compileOnly(Libraries.lombok)
compileOnly(Libraries.pf4j)
}

tasks {
jar {
manifest {
Expand Down
Loading

0 comments on commit a07fb0c

Please sign in to comment.