We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd78d38 commit 57f0a96Copy full SHA for 57f0a96
build.gradle
@@ -2,7 +2,7 @@ buildscript {
2
dependencies {
3
classpath 'io.spring.gradle:spring-build-conventions:0.0.34.RELEASE'
4
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
5
- classpath 'io.spring.nohttp:nohttp-gradle:0.0.2.RELEASE'
+ classpath 'io.spring.nohttp:nohttp-gradle:0.0.5.RELEASE'
6
classpath "io.freefair.gradle:aspectj-plugin:4.1.6"
7
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
8
}
0 commit comments