File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ dependencies {
1717 modImplementation libs. fabric. loader
1818 modImplementation libs. fabric. api
1919
20- implementation project(path : " :Common" , configuration : " renderdoc" )
20+ compileOnly project(path : " :Common" , configuration : " renderdoc" )
21+ localRuntime project(path : " :Common" , configuration : " renderdoc" )
2122 include(project(path : " :Common" , configuration : " renderdoc" ))
2223
2324 testmodImplementation sourceSets. main. output
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ dependencies {
1616 compileOnly libs. autoservice. annotations
1717 annotationProcessor libs. autoservice
1818
19- implementation project(path : " :Common" , configuration : " renderdoc" )
20- // additionalRuntimeClasspath project(path: ":Common", configuration: "renderdoc")
19+ compileOnly project(path : " :Common" , configuration : " renderdoc" )
20+ localRuntime project(path : " :Common" , configuration : " renderdoc" )
2121
2222 testmodImplementation sourceSets. main. output
2323 testmodCompileOnly project(path : " :Common" , configuration : " testmod" )
You can’t perform that action at this time.
0 commit comments