Skip to content

v3.0.5: Fixing broken build.gradle

Compare
Choose a tag to compare
@Andre601 Andre601 released this 15 Dec 23:27
· 709 commits to master since this release

This fixes the build.gradle (hopefully) and should make GitHub Actions work fine again.

Installation

Gradle

Use this in your build.gradle

repositories{
    jcenter()
}

dependencies{
    compile group: 'com.andre601', name: 'JavaBotBlockAPI', version: '3.0.5'
}

Maven

Use this in your pom.xml

<dependencies>
  <dependency>
    <groupId>com.andre601</groupId>
    <artifactId>JavaBotBlockAPI</artifactId>
    <version>3.0.5</version>
  </dependency>
</dependencies>