!oXgwMHWllugcPDSKTb:matrix.org

sbt

2087 Members
Scala Build Tool5 Servers

Load older messages


SenderMessageTime
28 May 2024
@_discord_631855417747832833:t2bot.iosideeffffect Thank you 🙏 sbt can be a bit tough sometimes... 22:00:53
@_discord_845013677816021083:t2bot.ioarmanbilge#6192 the good news is that sbt 2.0 is fixing this 🙂 22:04:09
@_discord_631855417747832833:t2bot.iosideeffffect Btw do you know if Mill of Bleep handles these situation well already today? 22:05:03
@_discord_631855417747832833:t2bot.iosideeffffect * Btw do you know if Mill or Bleep handles these situation well already today? 22:05:11
@_discord_631855417747832833:t2bot.iosideeffffect * Btw do you know if Mill or Bleep handle these situation well already today? 22:05:21
@_discord_631855417747832833:t2bot.iosideeffffect * Btw do you know if Mill or Bleep handle these situations well already today? 22:05:34
@_discord_845013677816021083:t2bot.ioarmanbilge#6192 yes they do 🙂 I think basically everything handles this better than sbt 22:08:27
@_discord_845013677816021083:t2bot.ioarmanbilge#6192 the sbt-projectmatrix plugin also handles it better than stock sbt 22:08:40
@_discord_631855417747832833:t2bot.iosideeffffect Good to know, thanks 👍 22:18:22
29 May 2024
@_discord_278929312894156800:t2bot.iodoikor changed their display name from Doikor to doikor.10:26:08
@_discord_408075750109872129:t2bot.ioroli1921 changed their display name from roli#1921 to roli1921.20:48:32
30 May 2024
@_discord_1245606048598069288:t2bot.ioarnavgupta_05652 joined the room.06:17:04
31 May 2024
@_discord_1153151811105071115:t2bot.iosteevek_62832 joined the room.01:58:40
@_discord_834440762787364865:t2bot.io.pierrelm joined the room.09:25:41
@_discord_834440762787364865:t2bot.io.pierrelm Can any of you help us? We are trying to push caches to Reposilite (self signed certificate): build.sbt:
ThisBuild / credentials += Credentials("Reposilite", "reposilite.web.infra.sb", sys.env.getOrElse("REPOSILITE_ACCESS", "thehive"), sys.env.getOrElse("REPOSILITE_KEY", "password"))
ThisBuild / pushRemoteCacheTo :=  Some(("Reposilite" at "https://reposilite.web.infra.sb/caches")

github action:
jobs:
  backend:
    runs-on: [ self-hosted, linux ]
    steps:
      - uses: actions/checkout@v3
      - uses: coursier/setup-action@v1
        with:
          jvm: adopt:1.11
          apps: sbt
      - name: Keytool import
        run: keytool -storepass change -import -file ./sb-ca-root.pem -noprompt -alias SB -keystore /root/.cache/coursier/arc/https/github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11%252B28/OpenJDK11-jdk_x64_linux_hotspot_11_28.tar.gz/jdk-11+28/lib/security/cacerts || true
      - name: Push remote cache
        run: sbt "-Djavax.net.ssl.trustStore=/root/.cache/coursier/arc/https/github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11%252B28/OpenJDK11-jdk_x64_linux_hotspot_11_28.tar.gz/jdk-11+28/lib/security/cacerts -Djavax.net.ssl.trustStorePassword=change" all/pushRemoteCache

Unfortunately, we've tried a lot of things and we still have the message javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target. Any idea ?
09:25:42
@_discord_834440762787364865:t2bot.io.pierrelm changed their profile picture.09:25:42
@_discord_834440762787364865:t2bot.io.pierrelm * Can any of you help us? We are trying to push caches to Reposilite (self signed certificate): build.sbt:
ThisBuild / credentials += Credentials("Reposilite", "reposilite.web.infra.sb", sys.env.getOrElse("REPOSILITE_ACCESS", "theh"), sys.env.getOrElse("REPOSILITE_KEY", "password"))
ThisBuild / pushRemoteCacheTo :=  Some(("Reposilite" at "https://reposilite.web.infra.sb/caches")

github action:
jobs:
  backend:
    runs-on: [ self-hosted, linux ]
    steps:
      - uses: actions/checkout@v3
      - uses: coursier/setup-action@v1
        with:
          jvm: adopt:1.11
          apps: sbt
      - name: Keytool import
        run: keytool -storepass change -import -file ./sb-ca-root.pem -noprompt -alias SB -keystore /root/.cache/coursier/arc/https/github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11%252B28/OpenJDK11-jdk_x64_linux_hotspot_11_28.tar.gz/jdk-11+28/lib/security/cacerts || true
      - name: Push remote cache
        run: sbt "-Djavax.net.ssl.trustStore=/root/.cache/coursier/arc/https/github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11%252B28/OpenJDK11-jdk_x64_linux_hotspot_11_28.tar.gz/jdk-11+28/lib/security/cacerts -Djavax.net.ssl.trustStorePassword=change" all/pushRemoteCache

Unfortunately, we've tried a lot of things and we still have the message javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target. Any idea ?
09:26:11
@_discord_804952828853616650:t2bot.ioraulwastaken_ changed their display name from RaulWasTaken to raulwastaken_.12:32:14
@_discord_1225461269079920684:t2bot.ioalex037635 joined the room.20:30:23
1 Jun 2024
@_discord_298173543764459520:t2bot.ioScalable Cucumber joined the room.12:17:28
2 Jun 2024
@_discord_196624010761601024:t2bot.ioheko_ joined the room.11:17:34
@_discord_154558903290560512:t2bot.iojd557 How can I manually run two tasks in parallel in sbt? e.g. project1/test; project2/test seems to run them sequentially 15:34:41
@_discord_154558903290560512:t2bot.iojd557 * How can I manually run two tasks in parallel in sbt? e.g. project1/test ; project2/test seems to run them sequentially 15:36:09
3 Jun 2024
@_discord_1153934720162349117:t2bot.iobluxwarrior_66894 joined the room.01:23:50
@_discord_583167330566275072:t2bot.ioSethTisue#7418 all, so e.g. all project1/test project2/test 01:43:44
@_discord_632658164696743936:t2bot.iolrytz changed their profile picture.12:22:25
@_discord_639859187773603841:t2bot.iomatthiasberndt Hey dwickern, can I bother you again about this? 12:57:47
@_discord_639859187773603841:t2bot.iomatthiasberndt Because it's been open for a few weeks and it's only 3 lines... 12:58:22
@_discord_721474407935246456:t2bot.iosom-snytt You can guess if compilation will succeed on sbt test (if it doesn't fail in a certain timeframe), but it would be nice if sbt could report that incremental compilation survived typer and refchecks. 16:27:14
8 Jun 2024
@bigfoot678:matrix.orgbigfoot678 joined the room.08:59:01

Show newer messages


Back to Room ListRoom Version: 9