blob: b343daf8368ef66eb475b0c1a6a7828c284e0834 [file] [log] [blame]
Yigit Boyare421e292015-03-13 12:57:48 -07001# global settings for projects
George Mount34a18e62015-03-25 17:06:47 -07002kotlinVersion = 0.11.91
Yigit Boyard911e412015-05-20 16:09:56 -07003version = 1.0-rc0
4releaseVersion = 1.0-rc0
Yigit Boyar9399cb42015-05-16 15:42:45 -07005androidPluginVersion = 1.1.3
Yigit Boyare421e292015-03-13 12:57:48 -07006javaTargetCompatibility = 1.6
7javaSourceCompatibility = 1.6
Yigit Boyarb1356332015-05-21 15:49:58 -07008
Yigit Boyaree758672015-04-16 15:12:02 -07009prebuildFolderName=prebuilds
Yigit Boyara6e45832015-03-13 15:58:53 -070010group=com.android.databinding
11testGroup=com.android.databinding.test
Yigit Boyarc64ae352015-04-21 14:05:41 -070012eapOutFolderName=data-binding-eap
Yigit Boyarb1356332015-05-21 15:49:58 -070013licenseName=The Apache Software License, Version 2.0
14licenseUrl=http://www.apache.org/licenses/LICENSE-2.0.txt
15licenseDistribution=repo
Yigit Boyara6e45832015-03-13 15:58:53 -070016
Yigit Boyarb1356332015-05-21 15:49:58 -070017# 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