Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

Commit

Permalink
feat(build.gradle): added compatibility with NextPlugins' plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
eikefab committed Mar 22, 2021
1 parent fec4b72 commit 2d01555
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group 'com.nextplugins'
version '1.0.0'
version '1.0.1'

tasks.build.dependsOn('pdm', 'shadowJar')

Expand Down Expand Up @@ -52,6 +52,15 @@ bukkit {
authors = ['Henry_Fabio', 'Eike', 'Gabriel Santos', 'Yuhtin']
website = 'https://github.com/NextPlugins'
version = "${project.version}"
softDepend = [
"NextEconomy",
"NextMarket",
"NextCash",
"NextSorteios",
"NextOnlineTime",
"NextCommandPassword",
"NextTasks"
]
}

shadowJar {
Expand Down

0 comments on commit 2d01555

Please sign in to comment.