databinding.properties revision b1356339eaa6c8e967e4fc1dc283b82909a1208d
1# global settings for projects
2kotlinVersion = 0.11.91
3version = 1.0-rc0
4releaseVersion = 1.0-rc0
5androidPluginVersion = 1.1.3
6javaTargetCompatibility = 1.6
7javaSourceCompatibility = 1.6
8
9prebuildFolderName=prebuilds
10group=com.android.databinding
11testGroup=com.android.databinding.test
12eapOutFolderName=data-binding-eap
13licenseName=The Apache Software License, Version 2.0
14licenseUrl=http://www.apache.org/licenses/LICENSE-2.0.txt
15licenseDistribution=repo
16
17# use these two properties to change the target of rebuildRepo task.
18# e.g. If the maven repo folder is at /Volumes/ssd/src/maven-repo
19# mavenRepoAbsolutePath is /Volumes/ssd/src and mavenRepoName is maven-repo
20mavenRepoAbsolutePath=.
21mavenRepoName=maven-repo