Skip to content

Commit

Permalink
Small code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
blootsvoets committed Sep 6, 2023
1 parent 75c1162 commit b3c572e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
6 changes: 1 addition & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ val githubUrl = "https://github.com/$githubRepoName"

radarRootProject {
projectVersion.set(Versions.project)
gradleVersion.set("8.3")
gradleVersion.set(Versions.Plugins.gradle)
}

subprojects {
Expand Down Expand Up @@ -67,8 +67,4 @@ subprojects {
junitVersion.set(Versions.junit)
slf4jVersion.set(Versions.slf4j)
}

//---------------------------------------------------------------------------//
// Style checking //
//---------------------------------------------------------------------------//
}
1 change: 1 addition & 0 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ object Versions {
const val kotlin = "1.9.10"
const val kotlinSerialization = kotlin
const val avro = "1.8.0"
const val gradle = "8.3"
}

const val java = 11
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
import java.util.Arrays;
import java.util.Iterator;
import org.apache.avro.specific.SpecificRecord;
import org.hamcrest.MatcherAssert;
import org.hamcrest.Matchers;
import org.junit.jupiter.api.Test;
import org.radarbase.data.Record;
import org.radarbase.mock.config.MockDataConfig;
Expand Down

0 comments on commit b3c572e

Please sign in to comment.