Home | History | Annotate | Download | only in data-binding
      1 # global settings for projects
      2 kotlinVersion = 0.12.613
      3 version = 1.0-rc2-SNAPSHOT
      4 releaseVersion = 1.0-rc2-SNAPSHOT
      5 androidPluginVersion = 1.3.0-beta4
      6 javaTargetCompatibility = 1.7
      7 javaSourceCompatibility = 1.7
      8 
      9 prebuildFolderName=prebuilds
     10 group=com.android.databinding
     11 testGroup=com.android.databinding.test
     12 eapOutFolderName=data-binding-eap
     13 licenseName=The Apache Software License, Version 2.0
     14 licenseUrl=http://www.apache.org/licenses/LICENSE-2.0.txt
     15 licenseDistribution=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
     20 mavenRepoAbsolutePath=.
     21 mavenRepoName=maven-repo
     22 extraPluginsRepoName=plugins-repo
     23 extraPluginsVersion=1.0
     24 
     25