Skip to content

Commit

Permalink
Fixes #141 - Visibility Enum is missing in Annotations Jar
Browse files Browse the repository at this point in the history
  • Loading branch information
karneimm committed Nov 7, 2017
1 parent 68ab037 commit 48ccc6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ apply plugin: 'com.github.kt3k.coveralls'

group = 'net.karneim'
archivesBaseName = "pojobuilder"
version = '4.0.0'
version = '4.0.1'
sourceCompatibility = 1.6
eclipse.jdt.sourceCompatibility = 1.7

Expand Down Expand Up @@ -91,6 +91,7 @@ task annotationsJar(type: Jar, dependsOn:['compileJava']) {
includeEmptyDirs false
include '**/GeneratePojoBuilder.class'
include '**/FactoryProperties.class'
include '**/Visibility.class'
from files(sourceSets.main.output.resourcesDir)
}

Expand Down

0 comments on commit 48ccc6d

Please sign in to comment.