hey <@U051221NF> I’m going to remove ivy resolve. ...
# general
w
hey @happy-kitchen-89482 I’m going to remove ivy resolve. One blocker is that coursier is trying to fetch https://github.com/toolchainlabs/binhost/tree/master/java/javac/9%2B181-r4173-1, but there is no pom associated with it. Would you kindly add one there?
💯 2
alternatively i could add a hardcoded url:
Copy code
diff --git a/BUILD.tools b/BUILD.tools
index ed7ddc1..88463c4 100644
--- a/BUILD.tools
+++ b/BUILD.tools
@@ -80,7 +80,8 @@ jar_library(
 jar_library(
   name='javac9',
   jars = [
-    jar(org='java', name='javac', rev='9+181-r4173-1'),
+    jar(org='java', name='javac', rev='9+181-r4173-1',
+        url='<https://raw.githubusercontent.com/toolchainlabs/binhost/master/java/javac/9+181-r4173-1/javac-9+181-r4173-1.jar>'),
   ],
 )
h
Yay to removing Ivy!
h
Yay indeed to removing Ivy
Let me remind myself of how any of this works 🙂