File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ dependencies {
22 implementation project(" :common" )
33 testImplementation project(" :common" ). sourceSets. test. output
44
5+ // 3.0.1: serverversion is not transistive from common
6+ implementation project(" :common:serverversion" )
7+
58 compileOnly " com.destroystokyo.paper:paper-api:1.16.5-R0.1-SNAPSHOT"
69
710 // Fun fact: paper/spigot/etc doesn't include netty! (as it's from NMS)
Original file line number Diff line number Diff line change @@ -7,10 +7,6 @@ plugins {
77}
88
99dependencies {
10- // Depend on serverversion proj
11- api project(" :common:serverversion" ) // expose serverversion when implementing :common
12- testImplementation project(" :common:serverversion" ). sourceSets. test. output
13-
1410 // Depend on the config project
1511 api project(" :config" ) // expose config when implementing :common
1612 testImplementation project(" :config" ). sourceSets. test. output
You can’t perform that action at this time.
0 commit comments