Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MIM-000] Mim 000 test nais #2890

Open
wants to merge 11 commits into
base: develop
Choose a base branch
from
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ repositories {
mavenLocal()
mavenCentral()
xp.enonicRepo()
maven {
url "https://repo1.maven.org/maven2/"
}
// maven {
// url "https://repo1.maven.org/maven2/"
// }
maven {
url 'https://jitpack.io'
}
Expand Down
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ xpVersion = 7.14.2

# Settings for publishing to a Maven repo
group =
enableFeaturePreview('IMPROVED_POM_SUPPORT')

org.gradle.jvmargs=-Xmx2048m
Loading
Loading