summaryrefslogtreecommitdiff
path: root/javaEE/build.gradle
blob: 459ba7a539d89879b058c2afd35f9143690b2e53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
plugins {
    id 'java'
}

group 'com.smartdevicelink'

sourceCompatibility = 1.7

repositories {
    mavenCentral()
}

dependencies {
}