Skip to content

Commit

Permalink
Switch to Palantir JavaPoet
Browse files Browse the repository at this point in the history
  • Loading branch information
ciscoo committed Dec 14, 2024
1 parent f07cedc commit be20c4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package io.mateo.build;

import com.squareup.javapoet.FieldSpec;
import com.squareup.javapoet.JavaFile;
import com.squareup.javapoet.TypeSpec;
import com.palantir.javapoet.FieldSpec;
import com.palantir.javapoet.JavaFile;
import com.palantir.javapoet.TypeSpec;
import org.gradle.api.DefaultTask;
import org.gradle.api.file.DirectoryProperty;
import org.gradle.api.file.ProjectLayout;
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ junit = "5.11.3"
junitBom = { module = "org.junit:junit-bom", version.ref = "junit" }
junitJupiter = { module = "org.junit.jupiter:junit-jupiter" }
assertj = { module = "org.assertj:assertj-core", version = "3.26.3" }
javapoet = { module = "com.squareup:javapoet", version = "1.13.0" }
javapoet = { module = "com.palantir.javapoet:javapoet", version = "0.6.0" }
gradle-spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version = "6.25.0" }
gradle-nexusPublish = { module = "io.github.gradle-nexus:publish-plugin", version = "2.0.0" }
slf4jNop = { module = "org.slf4j:slf4j-nop", version.ref = "slf4j" } # Unused; exists to allow automatic updates.
Expand Down

0 comments on commit be20c4b

Please sign in to comment.