AvailLang / Avail

The Avail programming language. Includes the virtual machine, standard library, and standard examples.
BSD 3-Clause "New" or "Revised" License
54 stars 5 forks source link

Add optional SLF4J no-op dependency to Avail Plugin #222

Closed richATavail closed 1 year ago

richATavail commented 3 years ago

Add flag that includes this as an implementation along with avail-core in the plugin as an option.

// Dependency prevents SLF4J warning from being printed // see: http://www.slf4j.org/codes.html#noProviders implementation("org.slf4j:slf4j-nop:2.0.0-alpha5")

richATavail commented 1 year ago

Avail Gradle Plugin in its own directory. No longer applicable.