Skip to content

Commit

Permalink
Fix Javadoc and update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Maia-Everett committed Aug 8, 2021
1 parent 01be03b commit ec59247
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apply plugin: 'signing'
sourceCompatibility = 1.7
targetCompatibility = 1.7
group = 'org.lucidfox.jpromises'
version = '0.3.1'
version = '0.3.2'

wrapper {
gradleVersion = '5.3.1'
Expand Down Expand Up @@ -39,10 +39,8 @@ jar {
}

javadoc {
failOnError false

options.links("http://docs.oracle.com/javase/7/docs/api/")
options.links("http://www.gwtproject.org/javadoc/latest")
options.links("http://www.gwtproject.org/javadoc/latest/")
options.links("https://developer.android.com/reference/")

options.addStringOption('tag', 'apiNote:a:API Note:')
Expand All @@ -56,6 +54,7 @@ repositories {

dependencies {
compileOnly group: 'com.google.gwt', name: 'gwt-user', version: '2.7.0'
compileOnly group: 'com.google.gwt', name: 'gwt-dev', version: '2.7.0'
compileOnly group: 'com.google.android', name: 'android', version: '2.1.2'
testCompile group: 'junit', name: 'junit', version: '4.12'
}
Expand Down

0 comments on commit ec59247

Please sign in to comment.