File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ repositories {
3636
3737java {
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
234232tasks. 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+ }
You can’t perform that action at this time.
0 commit comments