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 4a4b280 commit 2402194Copy full SHA for 2402194
build.gradle
@@ -5,7 +5,7 @@
5
6
plugins {
7
id 'java'
8
- id 'com.mendix.gradle.publish-module-plugin' version '1.13'
+ id 'com.mendix.gradle.publish-module-plugin' version '1.14'
9
id 'net.researchgate.release' version '2.8.1'
10
}
11
settings.gradle
@@ -1,5 +1,6 @@
1
pluginManagement {
2
repositories {
3
+ mavenLocal()
4
maven {
url 'https://nexus.rnd.mendix.com/repository/repo1-proxy/'
0 commit comments