Skip to content

Commit

Permalink
Merge pull request kevin-wayne#14 from greyby/master
Browse files Browse the repository at this point in the history
fix gradle javadoc warnings
  • Loading branch information
kevin-wayne authored Aug 29, 2016
2 parents 623b71e + b35c58a commit c8d5934
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ allprojects {
apply plugin: 'idea'
apply plugin: 'maven-publish'

compileJava {
sourceCompatibility = 1.7
targetCompatibility = 1.7
}
sourceCompatibility = 1.7
targetCompatibility = 1.7
}

task sourcesJar(type: Jar, dependsOn:classes) {
Expand Down Expand Up @@ -62,7 +60,7 @@ bintray {
publish = true
override = false
pkg {
repo = 'algs4'
repo = 'maven'
name = 'algs4'
userOrg = 'algs4'
desc = 'Source Code for Algorithms, 4th Edition'
Expand Down

0 comments on commit c8d5934

Please sign in to comment.