Skip to content

Commit a6db053

Browse files
committed
junit5-rt
1 parent a0940ee commit a6db053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android-junit5/src/main/groovy/de/mannodermaus/gradle/plugins/android_junit5/AndroidJUnitPlatformPlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class AndroidJUnitPlatformPlugin implements Plugin<Project> {
9797
project.dependencies.create("org.junit.vintage:junit-vintage-engine:$vintageVersion"),
9898

9999
// IntelliJ JUnit 5 Runtime, bundled to compensate for outdated Android Studio builds
100-
project.dependencies.create(files("libs/junit5-rt.jar"))
100+
project.dependencies.create(project.files("libs/junit5-rt.jar"))
101101
]
102102
}
103103

0 commit comments

Comments
 (0)