Skip to content

Commit 6c4d5bc

Browse files
fix build exception
1 parent 72803b6 commit 6c4d5bc

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

dataautoaccess-annotations/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ dependencies {
88
compile fileTree(dir: 'libs', include: ['*.jar'])
99
}
1010

11-
targetCompatibility = '1.7'
12-
sourceCompatibility = '1.7'
11+
targetCompatibility = '1.6'
12+
sourceCompatibility = '1.6'
1313

1414
def siteUrl = 'https://github.com/ThirtyDegreesRay/DataAutoAccess' // 项目的主页
1515
def gitUrl = 'https://github.com/ThirtyDegreesRay/DataAutoAccess.git' // Git仓库的url

dataautoaccess-compiler/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ dependencies {
1010
compile project(':dataautoaccess-annotations')
1111
}
1212

13-
targetCompatibility = '1.7'
14-
sourceCompatibility = '1.7'
13+
targetCompatibility = '1.6'
14+
sourceCompatibility = '1.6'
1515

1616
def siteUrl = 'https://github.com/ThirtyDegreesRay/DataAutoAccess' // 项目的主页
1717
def gitUrl = 'https://github.com/ThirtyDegreesRay/DataAutoAccess.git' // Git仓库的url

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ org.gradle.jvmargs=-Xmx1536m
1717
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818
# org.gradle.parallel=true
1919

20-
VERSION_NAME = 1.2.7
21-
VERSION_CODE = 17
20+
VERSION_NAME = 1.2.8
21+
VERSION_CODE = 18
2222

0 commit comments

Comments
 (0)