databinding.properties revision 36217af3d0ca66b390e45f2be25199be34828544
1# global settings for projects
2kotlinVersion = 0.12.613
3version = 1.0-rc2-SNAPSHOT
4releaseVersion = 1.0-rc2-SNAPSHOT
5androidPluginVersion = 1.3.1
6javaTargetCompatibility = 1.7
7javaSourceCompatibility = 1.7
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
22extraPluginsRepoName=plugins-repo
23extraPluginsVersion=1.0
24
25