Skip to content
This repository was archived by the owner on Jul 24, 2021. It is now read-only.

Commit 346cb0b

Browse files
committed
πŸ”₯ The API is no more a plugin
1 parent 5bd0c1d commit 346cb0b

File tree

3 files changed

+1
-30
lines changed

3 files changed

+1
-30
lines changed

β€Žbuild.gradleβ€Ž

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group 'fr.bakaaless'
9-
version '1.0.5'
9+
version '1.1.0'
1010

1111
def spigotVersion = '1.16'
1212
def subVersion = '.5'
@@ -24,10 +24,6 @@ dependencies {
2424
implementation group: 'org.spigotmc', name: 'spigot-api', version: spigotVersion + subVersion + '-R0.1-SNAPSHOT'
2525
}
2626

27-
processResources {
28-
filter ReplaceTokens, tokens: [NAME: rootProject.name, VERSION: version, APIVERSION: spigotVersion]
29-
}
30-
3127
task sourcesJar(type: Jar, dependsOn: classes) {
3228
classifier 'sources'
3329
from sourceSets.main.allSource

β€Žsrc/main/java/fr/bakaaless/InventoryPlugin.javaβ€Ž

Lines changed: 0 additions & 20 deletions
This file was deleted.

β€Žsrc/main/resources/plugin.ymlβ€Ž

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
Β (0)