Skip to content

Commit

Permalink
Switch to spongegradle + using new version tag system
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoKah committed Aug 18, 2017
1 parent ca43397 commit 1f16cc2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 21 deletions.
27 changes: 7 additions & 20 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,24 +1,11 @@
apply plugin: 'java'
apply plugin: 'eclipse'

targetCompatibility = "1.8"
sourceCompatibility = "1.8"
version = '2.7'
jar {
manifest {
attributes 'Implementation-Title': 'Nations',
'Implementation-Version': version
}
plugins {
id 'org.spongepowered.plugin' version '0.8.1'
}

repositories {
mavenCentral()
maven {
name = 'sponge'
url = 'http://repo.spongepowered.org/maven'
}
}
group = 'com.carrot'
version = '2.7-S5.1-MC1.10.2'
description = 'A towny-like worldguard-like zone managment plugin'

dependencies {
compile 'org.spongepowered:spongeapi:5.1.0'
}
compile 'org.spongepowered:spongeapi:5.1.0'
}
2 changes: 1 addition & 1 deletion src/main/java/com/arckenver/nations/NationsPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
import com.arckenver.nations.task.TaxesCollectRunnable;
import com.google.inject.Inject;

@Plugin(id = "nations", name = "Nations", version = "2.7", authors={"Arckenver", "Carrot"}, description = "A towny-like worldguard-like zone managment plugin.", url="https://github.com/Arckenver/Nations")
@Plugin(id = "nations", name = "Nations", authors={"Arckenver", "Carrot"}, url="https://github.com/Arckenver/Nations")
public class NationsPlugin
{
private File rootDir;
Expand Down

0 comments on commit 1f16cc2

Please sign in to comment.