blob: cbb66522a5c5461bebacba0382c53d318f9940f8 [file] [log] [blame]
Andy Bavieradea0fd2016-07-06 05:26:26 -04001/*
2 * Copyright 2012 the original author or authors.
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
17apply plugin: 'groovy'
18
19repositories {
20 // maven { url 'https://repo.gradle.org/gradle/libs' }
21 maven { url 'https://plugins.gradle.org/m2/' }
22 // mavenCentral()
23}
24
25dependencies {
26 compile gradleApi()
27 compile localGroovy()
28 compile 'de.gesellix:gradle-docker-plugin:2016-05-05T13-15-11'
29 compile 'org.yaml:snakeyaml:1.10'
30 //compile 'gradle.plugin.com.tmiyamon:gradle-config:0.2.1'
31}