Skip to content

Instantly share code, notes, and snippets.

@grimrose
Last active August 29, 2015 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grimrose/45b0a2dd7e7ec10661c8 to your computer and use it in GitHub Desktop.
Save grimrose/45b0a2dd7e7ec10661c8 to your computer and use it in GitHub Desktop.

Gradle 2.6のお話

自己紹介

よしだ

twitter: @grimrose

yokohama.groovyから来ました。

好きな言語: Groovy

好きなIDE: IntelliJ IDEA

最近使ってる言語: [ "Scala", "PHP", "TypeScript" ]

2.6が来ますよ -> 来ました

https://docs.gradle.org/2.6/release-notes

新機能

  • Play Framework Support
  • Support for functionally testing Gradle plugins
  • Tooling API TestLauncher
  • Rule based model configuration reporting improvements
  • Support for verifying Gradle wrapper distribution download against SHA-256 hash

ざっと見た感じ以下のような印象

  • SBTで疲れたあなたに。
  • Gradle Pluginのテストが書きやすくなった。
  • 2.5からサポートされたルールベースモデルが更に利用しやすくなった。

Play plugin

https://docs.gradle.org/2.6/userguide/play_plugin.html

Gradle TestKit

https://docs.gradle.org/2.6/userguide/test_kit.html

Chapter 69. Rule based model configuration

https://docs.gradle.org/2.6/userguide/new_model.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment