Skip to content

Commit

Permalink
fix missing newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredlll08 committed Feb 13, 2025
1 parent 62bc12a commit 7764855
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion JavaAnnotations/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
plugins {
id 'zencode-common'
id 'zencode-publish'
}
}
2 changes: 1 addition & 1 deletion JavaScripting/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ dependencies {
outputJava project(path: it, configuration: 'outputJava')
outputResources project(path: it, configuration: 'outputResources')
}
}
}
2 changes: 1 addition & 1 deletion JavaShared/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ plugins {

dependencies {
api project(':CodeModel')
}
}
2 changes: 1 addition & 1 deletion ScriptingEngineTester/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ dependencies {

test {
useJUnitPlatform()
}
}
2 changes: 1 addition & 1 deletion Shared/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
plugins {
id 'zencode-common'
id 'zencode-publish'
}
}
2 changes: 1 addition & 1 deletion StdLibs
Submodule StdLibs updated 1 files
+1 −1 build.gradle
2 changes: 1 addition & 1 deletion buildSrc/src/main/groovy/zencode-common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ tasks.named('sourcesJar', Jar) {
from(configurations.outputJava)
dependsOn(configurations.outputResources)
from(configurations.outputResources)
}
}
2 changes: 1 addition & 1 deletion buildSrc/src/main/groovy/zencode-publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ publishing {
url System.getenv('local_maven_url')
}
}
}
}
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ asm-debug = { group = "org.ow2.asm", name = "asm-debug-all", version = "6.0_BETA
jupiter = { group = "org.junit.jupiter", name = "junit-jupiter", version.ref = "jupiter" }
jupiter-api = { group = "org.junit.jupiter", name = "junit-jupiter-api", version.ref = "jupiter" }
jupiter-engine = { group = "org.junit.jupiter", name = "junit-jupiter-engine", version.ref = "jupiter" }
junit-platform-engine = { group = "org.junit.platform", name = "junit-platform-engine", version = "1.9.0" }
junit-platform-engine = { group = "org.junit.platform", name = "junit-platform-engine", version = "1.9.0" }

0 comments on commit 7764855

Please sign in to comment.