Skip to content

Commit bd2806c

Browse files
committed
wip
1 parent dd8ddc3 commit bd2806c

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

build.gradle

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ repositories {
3636

3737
java {
3838
toolchain {
39-
languageVersion = JavaLanguageVersion.of(8)
39+
languageVersion = JavaLanguageVersion.of(8)
4040
}
4141
// sources are required by maven central in order to accept the package
4242
withSourcesJar()
@@ -69,8 +69,6 @@ dependencies {
6969
implementation 'ch.qos.logback:logback-core:1.4.14'
7070
implementation 'org.slf4j:slf4j-api:1.7.33'
7171

72-
73-
7472
// Use JUnit Jupiter for testing.
7573
testImplementation 'org.junit.jupiter:junit-jupiter:5.7.2'
7674

@@ -233,7 +231,6 @@ tasks.named('javadoc') {
233231

234232
tasks.named('jar') {
235233
manifest {
236-
attributes('Implementation-Title': project.name,
237-
'Implementation-Version': project.version)
234+
attributes('Implementation-Title': project.name, 'Implementation-Version': project.version)
238235
}
239-
}
236+
}

0 commit comments

Comments
 (0)