Go to file
dependabot[bot] 3ab9c17699
Bump org.apache.maven.plugins:maven-failsafe-plugin (#65)
Bumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.0.0-M6 to 3.1.2.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0-M6...surefire-3.1.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-29 12:36:59 +02:00
.github GitHub Actions: Don't increment snapshot versions on dev branch 2023-06-17 14:37:53 +02:00
Compatibility Make CompatibleMaterial#getMaterial(String) with null and empty values 2023-08-16 17:54:37 +02:00
Core Fix issue checking if the migration table exists or not 2023-09-04 20:02:53 +02:00
NMS Bump net.md-5:specialsource-maven-plugin from 1.2.4 to 1.2.5 (#61) 2023-08-20 09:18:50 +02:00
.editorconfig Update EditorConfig [DEV-2] 2021-10-30 14:10:22 +02:00
.gitignore Add dependencies for unit tests 2021-10-30 14:53:23 +02:00
LICENSE Switch LICENSE from GPLv3 to CC BY-NC-ND 4.0 2023-03-29 18:06:35 +02:00
pom.xml Bump org.apache.maven.plugins:maven-failsafe-plugin (#65) 2023-09-29 12:36:59 +02:00
README.md Rename Maven modules from SongodaCore to CraftaroCore 2023-06-11 00:37:11 +02:00

CraftaroCore

An elaborate multi functional general Spigot plugin compatibility core and general use API.

Discord Patreon
Build Latest version

Maven

Repository

<repository>
    <id>songoda-public</id>
    <url>https://repo.songoda.com/repository/public/</url>
</repository>

Artifact

<dependency>
  <groupId>com.songoda</groupId>
  <artifactId>SongodaCore</artifactId>
  <version>VERSION</version>
</dependency>

Gradle

Repository

repositories {
    maven {
        url 'https://repo.songoda.com/repository/public/'
    }
}

Artifact

dependencies {
    compileOnly 'com.songoda:SongodaCore:VERSION'
}