File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ How to include the API with Maven:
1313 <dependency >
1414 <groupId >net.thenextlvl</groupId >
1515 <artifactId >vault-api</artifactId >
16- <version >1.7</version >
16+ <version >1.7.1 </version >
1717 <scope >provided</scope >
1818 </dependency >
1919</dependencies >
@@ -26,7 +26,7 @@ repositories {
2626 maven { url 'https://repo.thenextlvl.net/releases' }
2727}
2828dependencies {
29- compileOnly "net.thenextlvl:vault-api:1.7"
29+ compileOnly "net.thenextlvl:vault-api:1.7.1 "
3030}
3131```
3232
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ tasks.compileJava {
2222}
2323
2424group = " net.thenextlvl.vault"
25- version = " 1.7"
25+ version = " 1.7.1 "
2626
2727tasks.withType<Javadoc >().configureEach {
2828 val options = options as StandardJavadocDocletOptions
Original file line number Diff line number Diff line change 22
33// @NullMarked
44module net .thenextlvl .vault {
5+ exports net .milkbowl .vault .chat ;
6+ exports net .milkbowl .vault .economy ;
7+ exports net .milkbowl .vault .permission ;
8+
59 requires java .logging ;
610 requires org .bukkit ;
7-
11+
812 requires static org .jspecify ;
913}
You can’t perform that action at this time.
0 commit comments