Mark the storm extension as incubating for now

Given the troubles with jruby.defaultVersion in the code plugins, I'm not sure
this is a great pattern
This commit is contained in:
R. Tyler Croy 2015-08-16 12:42:10 -07:00
parent 343260827a
commit dec7a74629
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
2 changed files with 5 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,8 +1,8 @@
.gradle
build/
.idea/
# Ignore Gradle GUI config
gradle-app.setting
*.sw*
.idea/
*.iml

View File

@ -1,13 +1,16 @@
package com.github.jrubygradle.storm
import org.gradle.api.Incubating
/**
*
* Extension to provide the `project.storm` DSL into a Gradle project
*/
class JRubyStormExtension {
@Incubating
/** Default version of Storm supported and included */
String defaultVersion = '0.9.2-incubating'
@Incubating
/** Default version of redstorm to use */
String defaultRedstormVersion = '0.7.2'