Skip to content

Commit

Permalink
take out unneeded pom stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
LemmaEOF committed Dec 26, 2018
1 parent 1bae1fd commit 9cfeb9d
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,25 +90,6 @@ publishing {
from components.java
artifact sourcesJar
artifact javadocJar
pom {
name = 'InfraRedstone'
description = 'A step beyond redstone'
url = 'http://minecraft.curseforge.com/projects/infraredstone'
licenses {
license {
name = 'GNU Lesser General Public License, Version 3.0'
url = 'https://www.gnu.org/licenses/lgpl-3.0.en.html'
}
}
developers {
developer {
id = 'b0undarybreaker'
name = 'Meredith Espinosa'
email = '[email protected]'
}
}

}
}
}
}

0 comments on commit 9cfeb9d

Please sign in to comment.