Skip to content

Commit

Permalink
Merge pull request #212 from usefulness/updates
Browse files Browse the repository at this point in the history
Switch back to TOML + Gradle DSL
  • Loading branch information
mateuszkwiecinski authored Jun 25, 2024
2 parents 399a99a + 1371151 commit c7e4ad2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lazythreetenbp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ tasks.matching { it.name == "formatKotlinMain" }.configureEach {
dependencies {
tickTockCompiler libs.ticktock.compiler
compileOnly libs.annotation.core
// noinspection UseTomlInstead
implementation("org.threeten:threetenbp:1.6.9:no-tzdb")
implementation(libs.threetenbp.core) { artifact { classifier = 'no-tzdb' } }

testImplementation libs.junit.core
testImplementation libs.robolectric.core
Expand Down

0 comments on commit c7e4ad2

Please sign in to comment.