Skip to content

Commit

Permalink
Fixed project configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
RaySinnema committed Sep 12, 2015
1 parent 9e15315 commit 64db8e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion java/gradle/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = 2.0.0
version = 2.0.1
2 changes: 1 addition & 1 deletion java/gradle/src/main/groovy/radl/gradle/RadlPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class RadlPlugin implements Plugin<Project> {
}
project.configurations {
spring
compile extendsFrom spring
compile { extendsFrom spring }
}
project.dependencies {
spring "org.springframework:spring-webmvc:$project.radl.springVersion"
Expand Down

0 comments on commit 64db8e6

Please sign in to comment.