Skip to content

plugin-utilities v1.0.0-alpha.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 12 Oct 18:39
· 23 commits to main since this release
df8abb4

A new version of plugin-utilities is ready. Grab your own via JitPack:

Maven

<repositories>
  <repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
  </repository>
</repositories>

<dependency>
  <groupId>com.github.CosimoTiger</groupId>
  <artifactId>plugin-utilities</artifactId>
  <version>1.0.0-alpha.2</version>
</dependency>

Gradle

dependencyResolutionManagement {
  repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
  repositories {
    mavenCentral()
    maven { url 'https://jitpack.io' }
  }
}

dependencies {
  implementation 'com.github.CosimoTiger:plugin-utilities:1.0.0-alpha.2'
}

Changelog

What's Changed

🐛 Bug fixes

  • Update docs, simplify MenuManager and remove its generics by @CosimoTiger in #18

✨ Miscellaneous

  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 by @dependabot in #9
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.4.0 to 3.5.0 by @dependabot in #8
  • Bump org.jetbrains:annotations from 24.1.0 to 25.0.0 by @dependabot in #12
  • Bump org.junit.jupiter:junit-jupiter-engine from 5.11.0 to 5.11.1 by @dependabot in #11
  • Bump org.junit.jupiter:junit-jupiter-engine from 5.11.1 to 5.11.2 by @dependabot in #13
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1 by @dependabot in #14
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1 by @dependabot in #15

Full Changelog: 1.0.0-alpha.1...1.0.0-alpha.2