build.gradle.kts 229 B

123456789
  1. plugins {
  2. `java-library`
  3. }
  4. dependencies {
  5. api("org.jetbrains:annotations:17.0.0")
  6. api("co.aikar:acf-core:0.5.0-SNAPSHOT") //Don't change without updating the artifacts for its dependencies (see the other comments)
  7. }