Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

oldstuffs/smol

Repository files navigation

Smol

idea

Update Snapshot Sonatype Nexus (Releases) Sonatype Nexus (Snapshots)

How to Use (Developers)

plugins {
  id "java"
  id "java-library"
  id "com.github.johnrengelman.shadow" version "7.1.2"
  id "io.github.portlek.smol-plugin-gradle" version "VERSION"
}

dependencies {
  implementation "io.github.portlek:smol:VERSION"
  // Or
  implementation smolJar("VERSION")
  // Or
  implementation smolJar()

  smol "anypackage:anyartifact:anyversion" // extends compileOnly
  smolApi "anypackage:anyartifact:anyversion" // extends compileOnlyApi
}