Skip to content

Instantly share code, notes, and snippets.

@dacr
Last active May 10, 2023 19:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dacr/c9e07db2ab8070c28506981e8fc349dd to your computer and use it in GitHub Desktop.
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/d30b42c5c4fcb06c1bae0a159c0839385606c4f2
// summary : scala cli - trying to get test artifacts
// keywords : scala, scalacli, artifacts, @testable, @fail
// publish : gist
// authors : David Crosson
// license : Apache NON-AI License Version 2.0 (https://raw.githubusercontent.com/non-ai-licenses/non-ai-licenses/main/NON-AI-APACHE2)
// 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.1.1"
//> 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