Skip to content

Commit

Permalink
Use gradle-utils LazilyConfiguredMapping (#2276)
Browse files Browse the repository at this point in the history
Use `LazilyConfiguredMapping` that was extracted out to gradle-utils.
  • Loading branch information
CRogers authored May 16, 2022
1 parent 28b0156 commit 015edf1
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 202 deletions.
5 changes: 5 additions & 0 deletions changelog/@unreleased/pr-2276.v2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
type: fix
fix:
description: Use `LazilyConfiguredMapping` that was extracted out to gradle-utils.
links:
- https://github.com/palantir/gradle-baseline/pull/2276
1 change: 1 addition & 0 deletions gradle-baseline-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dependencies {
implementation 'org.ow2.asm:asm'
implementation 'com.googlecode.java-diff-utils:diffutils'
implementation 'com.diffplug.gradle:goomph'
implementation 'com.palantir.gradle.utils:lazily-configured-mapping'

runtimeOnly 'com.palantir.javaformat:gradle-palantir-java-format'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

package com.palantir.baseline.plugins.javaversions;

import com.palantir.gradle.utils.lazilyconfiguredmapping.LazilyConfiguredMapping;
import java.util.Optional;
import java.util.concurrent.atomic.AtomicReference;
import javax.inject.Inject;
Expand Down

This file was deleted.

This file was deleted.

1 change: 1 addition & 0 deletions versions.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ com.google.truth:truth:1.1.3 (2 constraints: 1126a31d)
com.googlecode.concurrent-trees:concurrent-trees:2.6.1 (1 constraints: 761166da)
com.googlecode.java-diff-utils:diffutils:1.3.0 (1 constraints: 0605f935)
com.googlecode.javaewah:JavaEWAH:1.1.12 (1 constraints: 750eee5e)
com.palantir.gradle.utils:lazily-configured-mapping:0.1.0 (1 constraints: 0305ee35)
com.palantir.javaformat:gradle-palantir-java-format:1.1.0 (1 constraints: 0405f335)
com.palantir.javaformat:palantir-java-format-spi:1.1.0 (1 constraints: 711560be)
com.palantir.safe-logging:preconditions:1.26.0 (6 constraints: 4b58cd5b)
Expand Down
1 change: 1 addition & 0 deletions versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ com.googlecode.java-diff-utils:diffutils = 1.3.0
com.puppycrawl.tools:checkstyle = 10.2
com.diffplug.gradle:goomph = 3.35.0
org.checkerframework:* = 3.22.0
com.palantir.gradle.utils:* = 0.1.0

# test deps
com.fasterxml.jackson.*:* = 2.13.2
Expand Down

0 comments on commit 015edf1

Please sign in to comment.