Skip to content

Commit

Permalink
Prepare for release 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vsima committed Aug 1, 2015
1 parent 5d5229f commit a2d1350
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apply plugin: 'signing'
sourceCompatibility = 1.7
group = "com.victorsima"
archivesBaseName = "uber-java-client"
version = '0.0.3-SNAPSHOT'
version = '0.0.3'

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ public WebResponse getResponse(final WebRequest request) throws IOException {
webClient.setAjaxController(new NicelyResynchronizingAjaxController());
webClient.getOptions().setRedirectEnabled(true);
webClient.getOptions().setThrowExceptionOnScriptError(false);
// webClient.getOptions().setThrowExceptionOnFailingStatusCode(false);
webClient.getOptions().setThrowExceptionOnFailingStatusCode(false);
webClient.getOptions().setCssEnabled(true);
webClient.getOptions().setJavaScriptEnabled(false);
webClient.getOptions().setUseInsecureSSL(true);
Expand Down

0 comments on commit a2d1350

Please sign in to comment.