Skip to content

Commit e84ec68

Browse files
committed
Solve warning in junit5-allure project
1 parent 286e466 commit e84ec68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

junit5-allure/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
}
55
repositories {
66
maven {
7-
url "https://plugins.gradle.org/m2/"
7+
url = "https://plugins.gradle.org/m2/"
88
}
99
}
1010
dependencies {
@@ -15,7 +15,7 @@ buildscript {
1515
repositories {
1616
mavenCentral()
1717
maven {
18-
url "https://plugins.gradle.org/m2/"
18+
url = "https://plugins.gradle.org/m2/"
1919
}
2020
}
2121

0 commit comments

Comments
 (0)