maybe fix guava thingy
Some checks failed
/ test (push) Failing after 1m1s
/ deploy (push) Has been skipped

This commit is contained in:
kento2 2026-08-25 22:41:12 +02:00
parent 964cfa2b64
commit ec7c612108
3 changed files with 3 additions and 2 deletions

View file

@ -42,6 +42,7 @@ maven.install(
resolver = "gradle",
lock_file = "//:maven_install.json",
)
maven.amend_artifact(coordinates = "com.google.guava:guava", neverlink = "true")
use_repo(maven, "maven")
linter = use_extension("@apple_rules_lint//lint:extensions.bzl", "linter")

View file

@ -1,2 +1,2 @@
GROUP = "site.lab0x13.scrow"
VERSION = "0.3-SNAPSHOT"
VERSION = "0.4-SNAPSHOT"

View file

@ -4,7 +4,7 @@
"com.google.code.findbugs:jsr305": 495355163,
"com.google.code.gson:gson": 597770368,
"com.google.errorprone:error_prone_annotations": -1035138750,
"com.google.guava:guava": -1756621521,
"com.google.guava:guava": 1472563142,
"com.google.j2objc:j2objc-annotations": 2003271689,
"com.leakyabstractions:result": 1655671314,
"com.leakyabstractions:result-api": -741055074,