Skip to content

Commit

Permalink
Revert "Revert "Specify correct component""
Browse files Browse the repository at this point in the history
This reverts commit 3437186.
  • Loading branch information
Technici4n committed Dec 17, 2024
1 parent 3437186 commit 5ffc390
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion testframework/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {
}

dependencies {
implementation project(':neoforge')
implementation project(path: ':neoforge', configuration: 'runtimeElements')

compileOnly "org.jetbrains:annotations:${project.jetbrains_annotations_version}"
compileOnly "com.google.code.findbugs:jsr305:3.0.2"
Expand Down
2 changes: 1 addition & 1 deletion tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sourceSets {
}

dependencies {
implementation neoforgeProject
implementation project(path: ':neoforge', configuration: 'runtimeElements')
implementation testframeworkProject

implementation "org.junit.jupiter:junit-jupiter-api:${project.jupiter_api_version}"
Expand Down

0 comments on commit 5ffc390

Please sign in to comment.