Skip to content
This repository was archived by the owner on Mar 14, 2022. It is now read-only.

Commit b03ef89

Browse files
committed
Prepare version 0.3.0
1 parent 8906f24 commit b03ef89

File tree

3 files changed

+39
-4
lines changed

3 files changed

+39
-4
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Change Log
2+
3+
Version 0.3.0 *(2018-07-16)*
4+
----------------------------
5+
6+
- Unify setup, improve a few things and bump versions. [\#59](https://github.com/vanniktech/gradle-android-javadoc-plugin/pull/59) ([vanniktech](https://github.com/vanniktech))
7+
- Use Gradle Maven Publish Plugin for publishing. [\#58](https://github.com/vanniktech/gradle-android-javadoc-plugin/pull/58) ([vanniktech](https://github.com/vanniktech))
8+
- Remove need of project.afterEvaluate\(\) and add generateJavadoc macro task [\#57](https://github.com/vanniktech/gradle-android-javadoc-plugin/pull/57) ([bastienpaulfr](https://github.com/bastienpaulfr))
9+
- Slight README modifications. [\#51](https://github.com/vanniktech/gradle-android-javadoc-plugin/pull/51) ([vanniktech](https://github.com/vanniktech))
10+
- Travis after\_success: First codecov then SNAPSHOT publishing. [\#38](https://github.com/vanniktech/gradle-android-javadoc-plugin/pull/38) ([vanniktech](https://github.com/vanniktech))
11+
- Delete codecov yml file. [\#37](https://github.com/vanniktech/gradle-android-javadoc-plugin/pull/37) ([vanniktech](https://github.com/vanniktech))
12+
- \[FEATURE\] Add and improve javadoc tasks [\#33](https://github.com/vanniktech/gradle-android-javadoc-plugin/pull/33) ([bastienpaulfr](https://github.com/bastienpaulfr))
13+
- Fix Travis after\_success. [\#26](https://github.com/vanniktech/gradle-android-javadoc-plugin/pull/26) ([vanniktech](https://github.com/vanniktech))
14+
- Add Codecov file [\#24](https://github.com/vanniktech/gradle-android-javadoc-plugin/pull/24) ([vanniktech](https://github.com/vanniktech))
15+
- Add Codecov Coverage [\#20](https://github.com/vanniktech/gradle-android-javadoc-plugin/pull/20) ([vanniktech](https://github.com/vanniktech))
16+
- Add .m2 directory Travis Cache [\#19](https://github.com/vanniktech/gradle-android-javadoc-plugin/pull/19) ([vanniktech](https://github.com/vanniktech))
17+
- Some more basic tests \(more tests need to be built upon them\) [\#14](https://github.com/vanniktech/gradle-android-javadoc-plugin/pull/14) ([vanniktech](https://github.com/vanniktech))
18+
- Reuse upload properties from gradle.properties for Gradle Plugin upload [\#13](https://github.com/vanniktech/gradle-android-javadoc-plugin/pull/13) ([vanniktech](https://github.com/vanniktech))
19+
- GenerateJavadoc tasks do have goup Documentation. Fixes \#8 [\#10](https://github.com/vanniktech/gradle-android-javadoc-plugin/pull/10) ([vanniktech](https://github.com/vanniktech))
20+
- Add Java 1.7 source compatibility. Fixes \#7 [\#9](https://github.com/vanniktech/gradle-android-javadoc-plugin/pull/9) ([vanniktech](https://github.com/vanniktech))
21+
- Configure Travis: branches, notifications & sudo [\#6](https://github.com/vanniktech/gradle-android-javadoc-plugin/pull/6) ([vanniktech](https://github.com/vanniktech))
22+
- Add auto snapshot deployment. Fixes \#3 [\#5](https://github.com/vanniktech/gradle-android-javadoc-plugin/pull/5) ([vanniktech](https://github.com/vanniktech))
23+
24+
Version 0.2.1 *(2015-10-06)*
25+
----------------------------
26+
27+
- Fix minor bug in plugin (Missing property)
28+
29+
Version 0.2.0 *(2015-10-05)*
30+
----------------------------
31+
32+
- Fix [\#1](https://github.com/vanniktech/gradle-android-javadoc-plugin/issues/1). New plugin which can handle app and library
33+
34+
Version 0.1.0 *(2015-10-04)*
35+
----------------------------
36+
37+
- Initial version

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
Gradle plugin that generates Java Documentation from an Android Gradle project.
44

5-
Works with the latest Gradle Android Tools version 3.0.1.
6-
75
# Set up
86

97
**app/build.gradle** or **library/build.gradle**
@@ -14,7 +12,7 @@ buildscript {
1412
mavenCentral()
1513
}
1614
dependencies {
17-
classpath "com.vanniktech:gradle-android-javadoc-plugin:0.2.1"
15+
classpath "com.vanniktech:gradle-android-javadoc-plugin:0.3.0"
1816
}
1917
}
2018

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.vanniktech
2-
VERSION_NAME=0.3.0-SNAPSHOT
2+
VERSION_NAME=0.3.0
33

44
POM_ARTIFACT_ID=gradle-android-javadoc-plugin
55
POM_NAME=Gradle Android Javadoc Plugin

0 commit comments

Comments
 (0)