Skip to content

Commit

Permalink
fixed the website
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr committed Jul 10, 2015
1 parent 1c4dea5 commit bfb03a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 2 additions & 3 deletions website/build.gradle
Expand Up @@ -12,8 +12,7 @@ buildscript {
}

dependencies {
classpath 'org.gradle.api.plugins:gradle-gaelyk-plugin:0.6'
classpath 'org.gradle.api.plugins:gradle-appengine-geb-plugin:0.4'
classpath 'org.gradle.api.plugins:gradle-gaelyk-plugin:0.7.0'
}
}

Expand All @@ -23,7 +22,7 @@ repositories {
}

dependencies {
def gaeVersion = '1.9.20'
def gaeVersion = '1.9.21'
def groovyVersion = '2.4.3'

compile "org.codehaus.groovy:groovy-all:${groovyVersion}"
Expand Down
2 changes: 0 additions & 2 deletions website/war/WEB-INF/pages/tutorial/gaeShortcuts.gtpl
Expand Up @@ -29,7 +29,5 @@ Let's review some of these improvements.
<% include "/WEB-INF/pages/tutorial/gaeShortcuts/channel.gtpl" %>
<% include "/WEB-INF/pages/tutorial/gaeShortcuts/backend.gtpl" %>
<% include "/WEB-INF/pages/tutorial/gaeShortcuts/search.gtpl" %>

0 comments on commit bfb03a0

Please sign in to comment.