Skip to content

Commit

Permalink
Revert "Specify correct component"
Browse files Browse the repository at this point in the history
This reverts commit aa0d70f.
  • Loading branch information
Technici4n committed Dec 17, 2024
1 parent 824115a commit 3437186
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(path: ':neoforge', configuration: 'runtimeElements')
implementation project(':neoforge')

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 project(path: ':neoforge', configuration: 'runtimeElements')
implementation neoforgeProject
implementation testframeworkProject

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

0 comments on commit 3437186

Please sign in to comment.