blob: 16329ffc658d002350a7c46a279334d4a5e049e4 [file] [log] [blame]
Yigit Boyare421e292015-03-13 12:57:48 -07001# global settings for projects
Yigit Boyar63d47892015-07-10 09:03:05 -07002kotlinVersion = 0.12.613
Yigit Boyard6ddc642015-09-11 12:59:40 -07003version = 1.0-rc3-SNAPSHOT
4releaseVersion = 1.0-rc2
George Mount9e7a4ce2015-08-24 13:29:40 -07005androidPluginVersion = 1.3.0
Yigit Boyar0cb9fbb2015-06-16 02:25:52 -07006javaTargetCompatibility = 1.7
7javaSourceCompatibility = 1.7
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=.
Yigit Boyar63d47892015-07-10 09:03:05 -070021mavenRepoName=maven-repo
22extraPluginsRepoName=plugins-repo
Yigit Boyar25731022015-09-11 14:53:54 -070023extraPluginsVersion=1.1