diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000000..5e4004e02cd8 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,15 @@ + + + +By submitting this pull request, +I confirm that my contribution is made under the terms of the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0.txt) +and can be relicensed under the terms of the [LGPL v2.1 license](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt) in the future at the maintainers' discretion. +For more information on licensing, please check [here](..%2FCONTRIBUTING.md) diff --git a/settings.gradle b/settings.gradle index 893d8b10a732..cf7618176554 100644 --- a/settings.gradle +++ b/settings.gradle @@ -20,7 +20,7 @@ pluginManagement { plugins { id 'org.hibernate.orm.build.env-settings' id 'org.hibernate.orm.build.jdks-settings' - id 'com.gradle.develocity' version '3.17.4' + id 'com.gradle.develocity' version '3.17.5' id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.0.2' }