diff --git a/build.gradle b/build.gradle index ee733e708..dca5ace37 100644 --- a/build.gradle +++ b/build.gradle @@ -15,10 +15,16 @@ buildscript { dependencies { classpath 'io.spring.gradle:spring-build-conventions:0.0.25.RELEASE' classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion" + classpath 'io.spring.nohttp:nohttp-gradle:0.0.2.RELEASE' } } apply plugin: 'io.spring.convention.root' +apply plugin: 'io.spring.nohttp' + +repositories { + mavenCentral() +} group = 'org.springframework.session' description = 'Spring Session' diff --git a/etc/eclipse/org.eclipse.jdt.ui.prefs b/etc/eclipse/org.eclipse.jdt.ui.prefs index b7140ec72..9952785ea 100644 --- a/etc/eclipse/org.eclipse.jdt.ui.prefs +++ b/etc/eclipse/org.eclipse.jdt.ui.prefs @@ -70,7 +70,7 @@ org.eclipse.jdt.ui.keywordthis=false org.eclipse.jdt.ui.ondemandthreshold=9999 org.eclipse.jdt.ui.overrideannotation=true org.eclipse.jdt.ui.staticondemandthreshold=9999 -org.eclipse.jdt.ui.text.custom_code_templates= +org.eclipse.jdt.ui.text.custom_code_templates= sp_cleanup.add_default_serial_version_id=true sp_cleanup.add_generated_serial_version_id=false sp_cleanup.add_missing_annotations=true diff --git a/gradlew b/gradlew index b0d6d0ab5..8e25e6c19 100755 --- a/gradlew +++ b/gradlew @@ -7,7 +7,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/gradlew.bat b/gradlew.bat index 15e1ee37a..24467a141 100644 --- a/gradlew.bat +++ b/gradlew.bat @@ -5,7 +5,7 @@ @rem you may not use this file except in compliance with the License. @rem You may obtain a copy of the License at @rem -@rem http://www.apache.org/licenses/LICENSE-2.0 +@rem https://www.apache.org/licenses/LICENSE-2.0 @rem @rem Unless required by applicable law or agreed to in writing, software @rem distributed under the License is distributed on an "AS IS" BASIS,