blob: b7b68cd1c98f58fc21213bcaeb185107b7f5e8bc [file] [log] [blame]
/*
* Copyright (c) 2010-2020 BSI Business Systems Integration AG.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* BSI Business Systems Integration AG - initial API and implementation
*/
rootProject.name = "org.eclipse.scout.sdk.s2i"
pluginManagement {
repositories {
maven {
url = java.net.URI("https://oss.sonatype.org/content/repositories/snapshots/")
}
gradlePluginPortal()
}
}