Skip to content

Instantly share code, notes, and snippets.

@dacr
Last active February 3, 2026 20:25
Show Gist options
  • Select an option

  • Save dacr/c9e07db2ab8070c28506981e8fc349dd to your computer and use it in GitHub Desktop.

Select an option

Save dacr/c9e07db2ab8070c28506981e8fc349dd to your computer and use it in GitHub Desktop.
scala cli - trying to get test artifacts / published by https://github.com/dacr/code-examples-manager #4eeff467-e4a2-4095-9065-adf284055c5e/69d16986635b11f515b36d8d981ad29a8cd7d99c
// summary : scala cli - trying to get test artifacts
// keywords : scala, scalacli, artifacts, @testable, @fail
// publish : gist
// authors : David Crosson
// license : Apache License Version 2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt)
// id : 4eeff467-e4a2-4095-9065-adf284055c5e
// created-on : 2022-01-17T18:27:30+01:00
// managed-by : https://github.com/dacr/code-examples-manager
// run-with : scala-cli $file
//> using scala "3.4.2"
//> using dep "org.drools:drools-core:7.63.0.Final,classifier=tests"
// TODO => It fails, don't know the right syntax to resolve test artifacts
// => In fact Yet Not supported
System.out.println("Hello")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment