Skip to content

Commit

Permalink
Change Zinc compiler version warning in release notes
Browse files Browse the repository at this point in the history
+review REVIEW-5558
  • Loading branch information
big-guy committed Jul 22, 2015
1 parent ed92b3a commit 530ea38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions subprojects/docs/src/docs/release/notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ These incubating methods will be removed in the next minor version.

* Removed `FunctionalSourceSet.copy()`

### Updated default Scala Zinc compiler version for Play applications
### Updated default Scala Zinc compiler version

The default version of the Scala Zinc compiler used for Play applications has changed from 0.3.0 to 0.3.5.3.
The default version of the Scala Zinc compiler has changed from 0.3.5.3 to 0.3.7.

### Changes to source set handling of binaries

Expand All @@ -180,7 +180,7 @@ We would like to thank the following community members for making contributions
* [Ben Blank](https://github.com/benblank) - Allow CopySpec.filter() to remove lines
* [Steve Ebersole](https://github.com/sebersole) - Support for passing arbitrary arguments to FindBugs tasks
* [Malte Finsterwalder](https://github.com/finsterwalder) - Fixed resolving of references to `${parent.artifactId}` in POM files (GRADLE-3299)
* [Ethan Hall](https://github.com/ethankhall) - Update Scala Zinc compiler version for Play (GRADLE-3319)
* [Ethan Hall](https://github.com/ethankhall) - Update Scala Zinc compiler version to work with Java 8 (GRADLE-3319)
* [Jordan Jennings](https://github.com/jordanjennings) - Documentation improvements
* [Roy Kachouh](https://github.com/roykachouh) - Fix for Application plugin script generation in projects with alphanumeric names
* [Zoltán Kurucz](https://github.com/qzole) - Documentation improvements
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ private static IncOptions getIncOptions() {
boolean transactional = false;
Option<File> backup = Option.empty();

// We need to use the deprecated constructor as it is compatible with certain previous versions of the Zince compiler
// We need to use the deprecated constructor as it is compatible with certain previous versions of the Zinc compiler
@SuppressWarnings("deprecation")
IncOptions options = new IncOptions(transitiveStep, recompileAllFraction, relationsDebug, apiDebug, apiDiffContextSize, apiDumpDirectory, transactional, backup);
return options;
Expand Down

0 comments on commit 530ea38

Please sign in to comment.