File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
rudolph-annotations/src/main/java/cn/wzbos/android/rudolph Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,14 @@ if (project.hasProperty("android")) { // Android libraries
99 }
1010
1111 task javadoc(type : Javadoc ) {
12+ failOnError = false
1213 source = android. sourceSets. main. java. srcDirs
14+ options {
15+ encoding ' utf-8'
16+ charSet ' utf-8'
17+ links ' http://docs.oracle.com/javase/7/docs/api/'
18+ linksOffline " https://developer.android.com/reference" , " ${ android.sdkDirectory} /docs/reference"
19+ }
1320 classpath + = project. files(android. getBootClasspath(). join(File . pathSeparator))
1421 }
1522} else { // Java libraries
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ buildscript {
2121 classpath ' com.android.tools.build:gradle:3.2.1'
2222 classpath ' com.neenbedankt.gradle.plugins:android-apt:1.8'
2323 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:${ versions.kotlin} "
24- classpath ' com.github.dcendents:android-maven-gradle-plugin:2.0 '
24+ classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1 '
2525 classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.0'
2626 }
2727}
@@ -37,4 +37,3 @@ allprojects {
3737task clean (type : Delete ) {
3838 delete rootProject. buildDir
3939}
40-
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ siteUrl=https://github.com/wzbos/Android-Rudolph-Router
1818gitUrl =https://github.com/wzbos/Android-Rudolph-Router.git
1919licenseName =The Apache Software License, Version 2.0
2020licenseUrl =http://www.apache.org/licenses/LICENSE-2.0.txt
21- rudolph_version =1.0.6
21+ rudolph_version =1.1.0
2222developerId =wzbos
2323developerName =zongbo.wu
2424developerEmail =sckoo@163.com
Original file line number Diff line number Diff line change 33/**
44 * Created by wuzongbo on 2017/4/12.
55 */
6-
76public enum RouteType {
87 ACTIVITY ,
98 METHOD ,
You can’t perform that action at this time.
0 commit comments