Skip to content

Commit

Permalink
Okcurl upgrade and cleanup (square#6417)
Browse files Browse the repository at this point in the history
* Cleanup okcurl build

* Cleanup okcurl build
  • Loading branch information
yschimke authored Nov 13, 2020
1 parent 6342f2a commit 8e270a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 34 deletions.
9 changes: 4 additions & 5 deletions okcurl/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "com.palantir.graal" version "0.7.1"
id "com.palantir.graal" version "0.7.2"
}

import org.apache.tools.ant.taskdefs.condition.Os
Expand Down Expand Up @@ -33,11 +33,11 @@ dependencies {
implementation deps.picocli
implementation deps.guava

implementation 'info.picocli:picocli-codegen:4.5.1'
annotationProcessor 'info.picocli:picocli-codegen:4.5.1'
implementation 'info.picocli:picocli-codegen:4.5.2'
annotationProcessor 'info.picocli:picocli-codegen:4.5.2'

testImplementation project(':okhttp-testing-support')
testImplementation deps.junit
testImplementation deps.junit5Api
testImplementation deps.assertj
}

Expand All @@ -51,7 +51,6 @@ graal {
graalVersion "20.2.0"
javaVersion "11"

option "--enable-https"
option "--no-fallback"
option "--allow-incomplete-classpath"

Expand Down
28 changes: 0 additions & 28 deletions okcurl/src/test/java/okhttp3/curl/GenerateReflectionConfig.kt

This file was deleted.

2 changes: 1 addition & 1 deletion okcurl/src/test/java/okhttp3/curl/MainTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import okhttp3.Request;
import okhttp3.RequestBody;
import okio.Buffer;
import org.junit.Test;
import org.junit.jupiter.api.Test;
import picocli.CommandLine;

import static org.assertj.core.api.Assertions.assertThat;
Expand Down

0 comments on commit 8e270a1

Please sign in to comment.