Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

Commit

Permalink
Merge pull request #93 from ysb33r/development
Browse files Browse the repository at this point in the history
2.0-alpha-1 ready to release
  • Loading branch information
ysb33r authored Jan 15, 2018
2 parents 680632f + e12bf92 commit 29d4607
Show file tree
Hide file tree
Showing 77 changed files with 1,013 additions and 2,978 deletions.
11 changes: 4 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@ before_script:
install: true

script:
- ./gradlew -S -i --console=plain assemble
- ./gradlew -S -i --console=plain test
- ./gradlew -S -i --console=plain integrationTest compatibilityTest
- ./gradlew -S -i --no-build-cache --console=plain assemble
- ./gradlew -i --no-build-cache --console=plain test
- ./gradlew -i --no-build-cache --console=plain integrationTest
- ./gradlew -i --no-build-cache --console=plain compatibilityTest

jdk:
- oraclejdk8
# - oraclejdk7
# - openjdk7
# - openjdk6

os:
- linux
Expand All @@ -30,7 +28,6 @@ cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
#after_success: ./gradlew coveralls -PbintrayUser= -PbintrayApiKey

branches:
only:
Expand Down
14 changes: 12 additions & 2 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,23 @@
This only documents the current in-progress changelog (or call it a roadmap if you wish). To see changelog
for a specific release, please visit the http://ysb33r.github.io/gradleTest[plugin website].

== Roadmap - 1.1
== Roadmap - 2.0

// tag::changelog[]
=== Features
* https://github.com/ysb33r/gradleTest/issues/85[#85] - Allow for more than one build file per test project
* https://github.com/ysb33r/gradleTest/issues/89[#89] - Allow for assigning a name pattern for the gradle distribution download

== Breaking changes

* https://github.com/ysb33r/gradleTest/issues/1[#1] - *Legacy mode removed*: This release will only support compatibility tests against Gradle 3.0 or later.
// end::changelog[]

== 1.1

=== Bugs

* https://github.com/ysb33r/gradleTest/issues/76[#76] - File attributes are lost during copy.
// end::changelog[]

== Breaking changes

Expand Down
8 changes: 6 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ NOTE: If you used some of the 1.0-betaXYZ versions you might have encountered Gr

== Previous versions of this document

* https://github.com/ysb33r/gradleTest/blob/RELEASE_1_1/README.adoc[1.1]
* https://github.com/ysb33r/gradleTest/blob/RELEASE_1_0/README.adoc[1.0]
* https://github.com/ysb33r/gradleTest/blob/RELEASE_0_5_5/README.adoc[0.5.5]
* https://github.com/ysb33r/gradleTest/blob/RELEASE_0_5_2/README.adoc[0.5.2]
* https://github.com/ysb33r/gradleTest/blob/RELEASE_0_5_1/README.adoc[0.5.1]
Expand All @@ -24,8 +26,10 @@ Please visit the http://ysb33r.github.io/gradleTest[documentation website] for t
== Contributions

* https://github.com/dcendents[Daniel Beland] - Gradle 2.5 fixes.
* https://github.com/szpak[Marcin Zajączkowski] - Fix for Zip errors
* https://github.com/matthiasbalke[Matthias Balke] - Documentation
* https://github.com/szpak[Marcin Zajączkowski] - Fix for Zip errors.
* https://github.com/matthiasbalke[Matthias Balke] - Documentation.
* https://github.com/scphantm[Willie Slepecki] - Multiple build files in one test project folder.
* https://github.com/scphantm[Willie Slepecki] - Load distributions from enterprise repositories.

If you would like to contribute fixes, please see `HACKING.adoc`.

Expand Down
18 changes: 11 additions & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@ build_script:

test_script:
- gradlew.bat test integrationTest --info --no-daemon
- gradlew.bat compatibilityTest --info --no-daemon -DgradleTest.versions=2.0,2.1,2.2,2.3
- gradlew.bat compatibilityTest --info --no-daemon -DgradleTest.versions=2.4,2.5,2.6,2.7 -DnonLegacyOnlyGradleTest.versions=2.14.1
- gradlew.bat compatibilityTest --info --no-daemon -DgradleTest.versions=2.8,2.9,2.10,2.11 -DnonLegacyOnlyGradleTest.versions=3.0
- gradlew.bat compatibilityTest --info --no-daemon -DgradleTest.versions=2.12,2.13,2.14.1 -DnonLegacyOnlyGradleTest.versions=3.1
- gradlew.bat compatibilityTest --info --no-daemon -DgradleTest.versions=3.0,3.1,3.2.1 -DnonLegacyOnlyGradleTest.versions=3.2.1
- gradlew.bat compatibilityTest --info --no-daemon -DgradleTest.versions=3.3,3.4.1,3.5 -DnonLegacyOnlyGradleTest.versions=3.3,3.4.1,3.5
- gradlew.bat compatibilityTest --info --no-daemon -DgradleTest.versions=4.0,4.1,4.2 -DnonLegacyOnlyGradleTest.versions=4.0,4.1,4.2 -DkotlinGradleTest=4.0,4.1,4.2
- gradlew.bat compatibilityTest --info --no-daemon -DgradleTest.versions=3.0
- gradlew.bat compatibilityTest --info --no-daemon -DgradleTest.versions=3.1
- gradlew.bat compatibilityTest --info --no-daemon -DgradleTest.versions=3.2.1
- gradlew.bat compatibilityTest --info --no-daemon -DgradleTest.versions=3.3
- gradlew.bat compatibilityTest --info --no-daemon -DgradleTest.versions=3.4.1
- gradlew.bat compatibilityTest --info --no-daemon -DgradleTest.versions=3.5
- gradlew.bat compatibilityTest --info --no-daemon -DgradleTest.versions=4.0.2 -DkotlinGradleTest=4.0.2
- gradlew.bat compatibilityTest --info --no-daemon -DgradleTest.versions=4.1 -DkotlinGradleTest=4.1
- gradlew.bat compatibilityTest --info --no-daemon -DgradleTest.versions=4.2.1 -DkotlinGradleTest=4.2.1
- gradlew.bat compatibilityTest --info --no-daemon -DgradleTest.versions=4.3.1 -DkotlinGradleTest=4.3.1
- gradlew.bat compatibilityTest --info --no-daemon -DgradleTest.versions=4.4.1 -DkotlinGradleTest=4.4.1

branches:
only:
Expand Down
Loading

0 comments on commit 29d4607

Please sign in to comment.