Vampire
08/14/2024, 2:30 PMmbonnin
08/14/2024, 2:45 PM@file:Repository("file:///Users/mbonnin/.m2/repository")
mbonnin
08/14/2024, 2:47 PM@file:Repository("<https://repo.maven.apache.org/maven2/>")
Vampire
08/14/2024, 2:56 PMbuild.main.kts:5:1: warning: file 'io.github.typesafegithub:github-workflows-kt:2.3.1-SNAPSHOT' not found
build.main.kts:5:1: warning: file 'C:\Users\bkautler\.m2\repository\io.github.typesafegithub:github-workflows-kt:2.3.1-SNAPSHOT' not found
build.main.kts:5:1: warning: artifactResolutionException: Could not find artifact io.github.typesafegithub:shared-internal:jar:2.3.1-SNAPSHOT in https___repo.maven.apache.org_maven2_ (<https://repo.maven.apache.org/maven2/>)
Vampire
08/14/2024, 2:58 PMmbonnin
08/14/2024, 2:59 PMVampire
08/14/2024, 3:00 PM@file:Repository("file:///C:/Users/bkautler/.m2/repository/")
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.3.1-SNAPSHOT")
but
@file:Repository("file:///C:/Users/bkautler/.m2/repository/")
@file:DependsOn("io/github/typesafegithub/github-workflows-kt/2.3.1-SNAPSHOT/github-workflows-kt-2.3.1-SNAPSHOT.jar")
or
@file:Repository("file:///C:/Users/bkautler/.m2/repository/io/github/typesafegithub/github-workflows-kt/2.3.1-SNAPSHOT/")
@file:DependsOn("github-workflows-kt-2.3.1-SNAPSHOT.jar")
A file:///
repo is used as flatdir repombonnin
08/14/2024, 3:01 PM#! /usr/bin/env kotlin
@file:Repository("file:///Users/mbonnin/.m2/repository")
@file:DependsOn("com.apollographql.apollo:apollo-runtime-jvm:4.0.1-SNAPSHOT")
import com.apollographql.apollo.ApolloClient
println(ApolloClient::class)
mbonnin
08/14/2024, 3:02 PM@file:Repository("<file://C>:/Users/bkautler/.m2/repository/")
(only 2 /
)?Vampire
08/14/2024, 3:28 PMVampire
08/14/2024, 3:29 PMVampire
08/14/2024, 3:35 PMVampire
08/14/2024, 3:35 PMVampire
08/14/2024, 3:35 PMVampire
08/14/2024, 3:36 PMVampire
08/14/2024, 3:36 PMmbonnin
08/14/2024, 3:45 PM0 to 5 slashes"be flexible about what you receive" 😅
mbonnin
08/14/2024, 3:45 PMVampire
08/14/2024, 3:47 PM@file:Repository("file:///D:/Sourcecode/other/github-workflows-kt/")
@file:DependsOn("github-workflows-kt/build/classes/kotlin/main/")
Vampire
08/14/2024, 3:48 PMVampire
08/14/2024, 3:52 PMPiotr Krzemiński
08/16/2024, 10:47 AMVampire
08/16/2024, 10:49 AMshared-internal
not published to maven local