Skip to content

Commit

Permalink
Remove 'application' facet of library
Browse files Browse the repository at this point in the history
  • Loading branch information
neuhalje committed Feb 10, 2017
1 parent 0522db2 commit b53ae80
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
plugins {
id 'java'
id 'application'
id 'jacoco'

// deploy to maven central
Expand All @@ -13,18 +12,8 @@ plugins {
sourceCompatibility = 1.8
targetCompatibility = 1.8

mainClassName = 'name.neuhalfen.projects.crypto.bouncycastle.openpgp.example.Main'

version = '1.1.0'

jar {
manifest {
attributes 'Implementation-Title': 'Bouncycastle Examples',
'Implementation-Version': version,
'Main-Class': mainClassName
}
}

repositories {
jcenter()
}
Expand Down

0 comments on commit b53ae80

Please sign in to comment.