mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-15 05:41:51 +08:00
Bumped plugin bridge version to 4.6.2
This commit is contained in:
parent
1c50723ccc
commit
30dd07f9b4
@ -12,7 +12,7 @@ allprojects {
|
|||||||
wrapper.gradleVersion = "5.0"
|
wrapper.gradleVersion = "5.0"
|
||||||
|
|
||||||
group "com.djrapitops"
|
group "com.djrapitops"
|
||||||
version "4.6.1-SNAPSHOT"
|
version "4.6.2-SNAPSHOT"
|
||||||
|
|
||||||
test {
|
test {
|
||||||
testLogging {
|
testLogging {
|
||||||
@ -46,7 +46,7 @@ subprojects {
|
|||||||
ext.daggerCompilerVersion = "2.21"
|
ext.daggerCompilerVersion = "2.21"
|
||||||
|
|
||||||
ext.abstractPluginFrameworkVersion = "3.4.1"
|
ext.abstractPluginFrameworkVersion = "3.4.1"
|
||||||
ext.planPluginBridgeVersion = "4.6.1"
|
ext.planPluginBridgeVersion = "4.6.2"
|
||||||
|
|
||||||
ext.bukkitVersion = "1.12.2-R0.1-SNAPSHOT"
|
ext.bukkitVersion = "1.12.2-R0.1-SNAPSHOT"
|
||||||
ext.spigotVersion = "1.12.2-R0.1-SNAPSHOT"
|
ext.spigotVersion = "1.12.2-R0.1-SNAPSHOT"
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.djrapitops</groupId>
|
<groupId>com.djrapitops</groupId>
|
||||||
<artifactId>PlanPluginBridge</artifactId>
|
<artifactId>PlanPluginBridge</artifactId>
|
||||||
<version>4.6.1</version>
|
<version>4.6.2</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>${project.groupId}:${project.artifactId}</name>
|
<name>${project.groupId}:${project.artifactId}</name>
|
||||||
@ -132,6 +132,13 @@
|
|||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.google.dagger</groupId>
|
||||||
|
<artifactId>dagger</artifactId>
|
||||||
|
<version>2.20</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<!-- Plugins from repositories -->
|
<!-- Plugins from repositories -->
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
Loading…
Reference in New Issue
Block a user