Skip to content

Commit 7764855

Browse files
committed
fix missing newlines
1 parent 62bc12a commit 7764855

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

JavaAnnotations/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
plugins {
22
id 'zencode-common'
33
id 'zencode-publish'
4-
}
4+
}

JavaScripting/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ dependencies {
1111
outputJava project(path: it, configuration: 'outputJava')
1212
outputResources project(path: it, configuration: 'outputResources')
1313
}
14-
}
14+
}

JavaShared/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ plugins {
55

66
dependencies {
77
api project(':CodeModel')
8-
}
8+
}

ScriptingEngineTester/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ dependencies {
1111

1212
test {
1313
useJUnitPlatform()
14-
}
14+
}

Shared/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
plugins {
22
id 'zencode-common'
33
id 'zencode-publish'
4-
}
4+
}

StdLibs

buildSrc/src/main/groovy/zencode-common.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ tasks.named('sourcesJar', Jar) {
6565
from(configurations.outputJava)
6666
dependsOn(configurations.outputResources)
6767
from(configurations.outputResources)
68-
}
68+
}

buildSrc/src/main/groovy/zencode-publish.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ publishing {
1313
url System.getenv('local_maven_url')
1414
}
1515
}
16-
}
16+
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ asm-debug = { group = "org.ow2.asm", name = "asm-debug-all", version = "6.0_BETA
99
jupiter = { group = "org.junit.jupiter", name = "junit-jupiter", version.ref = "jupiter" }
1010
jupiter-api = { group = "org.junit.jupiter", name = "junit-jupiter-api", version.ref = "jupiter" }
1111
jupiter-engine = { group = "org.junit.jupiter", name = "junit-jupiter-engine", version.ref = "jupiter" }
12-
junit-platform-engine = { group = "org.junit.platform", name = "junit-platform-engine", version = "1.9.0" }
12+
junit-platform-engine = { group = "org.junit.platform", name = "junit-platform-engine", version = "1.9.0" }

0 commit comments

Comments
 (0)