ptrd / kwik

A QUIC client, client library and server implementation in Java. Supports HTTP3 with "Flupke" add-on.
GNU General Public License v3.0
383 stars 55 forks source link

Gradle Build fails #5

Closed KastenKlicker closed 3 years ago

KastenKlicker commented 3 years ago

I'm completely new to gradle, so this might be my mistake. After the build failed, I repeated the task with the --scan and this handy page was created. https://scans.gradle.com/s/gfc7sbepfayly

I cloned the project and ran gradle build. (A maven repository would be nice!)

fzn7 commented 3 years ago

Hi, your gradle is very old( 4.4.1) Current stable version is 7.0.2 Please try to update.

KastenKlicker commented 3 years ago

I know the scan says I'm running gradle 4.4.1, but if I run gradle -v it says gradle 7.0.2 is installed. There is no older installation of gradle.

fzn7 commented 3 years ago

I dont know what gradle version maintainers are using, Ive made a fix you can try it: https://github.com/ptrd/kwik/pull/6/files Please note - wrapper was added to ensure right gradle will be picked up, so run build with ./gradew build instad of gradle build

KastenKlicker commented 3 years ago

Thank you for your help, now it works for me. 2 Test failed, but I guess this is not mandatory. https://scans.gradle.com/s/3wcryyd7h2kkw

ptrd commented 3 years ago

fixed, you can now build with gradle 7