Skip to content

Instantly share code, notes, and snippets.

@raphaeladrien
Created November 12, 2018 15:09
Show Gist options
  • Save raphaeladrien/13eb8b391c972b7f96cc19b4c63dceab to your computer and use it in GitHub Desktop.
Save raphaeladrien/13eb8b391c972b7f96cc19b4c63dceab to your computer and use it in GitHub Desktop.
Gradle add http/2 + spring boot
tasks.withType(JavaExec) {
doFirst {
jvmArgs += '-Xbootclasspath/p:' + projectDir + File.separator + 'alpn-boot-8.1.11.v20170118.jar'
println jvmArgs
println commandLine
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment