Skip to content

Commit 84d9ca2

Browse files
author
Vincent Potucek
committed
checkstyle
1 parent 8d3fe52 commit 84d9ca2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ group = "org.junit"
1414
val license by extra(License(
1515
name = "Eclipse Public License v2.0",
1616
url = uri("https://www.eclipse.org/legal/epl-v20.html"),
17-
headerFile = layout.projectDirectory.file("gradle/config/spotless/eclipse-public-license-2.0.java")
17+
headerFile = layout.projectDirectory.file("gradle/config/license/eclipse-public-license-2.0.java")
1818
))
1919

2020
val platformProjects by extra(listOf(

0 commit comments

Comments
 (0)