Console Output

Started by GitHub push by DV8FromTheWorld
Building in workspace C:\Program Files (x86)\Jenkins\jobs\Yui\workspace
 > git.exe rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git.exe config remote.origin.url https://github.com/DV8FromTheWorld/Yui.git # timeout=10
Fetching upstream changes from https://github.com/DV8FromTheWorld/Yui.git
 > git.exe --version # timeout=10
using GIT_ASKPASS to set credentials 
 > git.exe fetch --tags --progress https://github.com/DV8FromTheWorld/Yui.git +refs/heads/*:refs/remotes/origin/*
Seen branch in repository origin/2.0
Seen branch in repository origin/PreBootloader
Seen branch in repository origin/develop
Seen branch in repository origin/master
Seen 4 remote branches
 > git.exe tag -l # timeout=10
 > git.exe rev-parse "refs/tags/v0.1^{commit}" # timeout=10
Checking out Revision a9a10642a80f2072e18d758ed4671e3cb09a02f1 (origin/master)
Commit message: "Updated JDA version"
 > git.exe config core.sparsecheckout # timeout=10
 > git.exe checkout -f a9a10642a80f2072e18d758ed4671e3cb09a02f1
 > git.exe rev-list 01ddd9272a8bb2d04e213efb8563450d15b410a5 # timeout=10
[Gradle] - Launching build.
[workspace] $ cmd.exe /C '""C:\Program Files (x86)\Jenkins\jobs\Yui\workspace\gradlew.bat"' clean assemble && exit %%ERRORLEVEL%%"
Download https://jcenter.bintray.com/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
Download https://jcenter.bintray.com/com/neovisionaries/nv-websocket-client/2.2/nv-websocket-client-2.2.pom
Download https://jcenter.bintray.com/com/squareup/okhttp3/okhttp/3.8.1/okhttp-3.8.1.pom
Download https://jcenter.bintray.com/com/squareup/okhttp3/parent/3.8.1/parent-3.8.1.pom
Download https://jcenter.bintray.com/com/squareup/okio/okio/1.13.0/okio-1.13.0.pom
Download https://jcenter.bintray.com/com/squareup/okio/okio-parent/1.13.0/okio-parent-1.13.0.pom
Download https://jcenter.bintray.com/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
Download https://jcenter.bintray.com/com/neovisionaries/nv-websocket-client/2.2/nv-websocket-client-2.2.jar
Download https://jcenter.bintray.com/com/squareup/okhttp3/okhttp/3.8.1/okhttp-3.8.1.jar
Download https://jcenter.bintray.com/com/squareup/okio/okio/1.13.0/okio-1.13.0.jar
:clean
:processVersion
:compileJavaC:\Program Files (x86)\Jenkins\jobs\Yui\workspace\build\filtered\net\dv8tion\discord\Yui.java:159: error: cannot find symbol
                jdaBuilder.setProxy(new HttpHost(settings.getProxyHost(), Integer.valueOf(settings.getProxyPort())));
                          ^
  symbol:   method setProxy(HttpHost)
  location: variable jdaBuilder of type JDABuilder
1 error
 FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileJava'.
> Compilation failed; see the compiler error output for details.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 12.197 secs
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Finished: FAILURE