v3.3.2: Minor change to GitHub Action
GH Action fix to depend on the publish job before triggering the sendMessage job.
Installation
Gradle
Use this in your build.gradle
repositories{
jcenter()
}
dependencies{
compile group: 'com.andre601', name: 'JavaBotBlockAPI', version: '3.3.2_0'
}Maven
Use this in your pom.xml
<dependencies>
<dependency>
<groupId>com.andre601</groupId>
<artifactId>JavaBotBlockAPI</artifactId>
<version>3.3.2_0</version>
</dependency>
</dependencies>