Skip to content

Commit

Permalink
Update dependency name.remal.gradle-plugins.toolkit:build-logic to v0…
Browse files Browse the repository at this point in the history
….72.3 (#109)

* Update dependency name.remal.gradle-plugins.toolkit:build-logic to v0.72.3

* fix build

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Semyon Levin <[email protected]>
  • Loading branch information
renovate[bot] and remal authored Jan 28, 2025
1 parent 21f2c16 commit ea2b285
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .idea/google-java-format.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
String rootSnapshotVersion = project.ext.rootSnapshotVersion = '2-SNAPSHOT'
dependencies {
//classpath("$rootGroupId:$rootArtifactId:$rootSnapshotVersion") { version { strictly(rootSnapshotVersion) } }
classpath 'name.remal.gradle-plugins.toolkit:build-logic:0.72.2'
classpath 'name.remal.gradle-plugins.toolkit:build-logic:0.72.3'
}
repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package name.remal.gradle_plugins.finalize_by_jacoco;

import static java.util.Collections.emptyList;
import static java.util.function.Predicate.not;
import static java.util.stream.Collectors.toUnmodifiableList;
import static name.remal.gradle_plugins.toolkit.ExtensionContainerUtils.getOptionalExtension;
import static name.remal.gradle_plugins.toolkit.PredicateUtils.not;
import static name.remal.gradle_plugins.toolkit.TaskUtils.onlyIfWithReason;

import java.io.File;
Expand Down

0 comments on commit ea2b285

Please sign in to comment.