File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,10 @@ duplicate a Maven development environment to Gradle.
1010
1111## A minimal ` build.gradle `
1212
13- ```
13+ ``` js
1414/*
1515 * We are writing a standalone application.
16+ *
1617 */
1718apply plugin: ' application'
1819
@@ -31,11 +32,11 @@ repositories {
3132}
3233
3334/*
34- * A minimal project needs the framwork and a webserver.
35+ * A minimal project needs the framework and a webserver.
3536 */
3637dependencies {
37- compile group: 'org.jooby', name: 'jooby', version: '0.16.0 '
38- compile group: 'org.jooby', name: 'jooby-netty', version: '0.16.0 '
38+ compile group: ' org.jooby' , name: ' jooby' , version: ' {{version}} '
39+ compile group: ' org.jooby' , name: ' jooby-netty' , version: ' {{version}} '
3940}
4041
4142/*
Original file line number Diff line number Diff line change 2222
2323* Deployment options can be found [ here] ( /doc/deployment )
2424
25+ ## can I use Gradle?
26+
27+ Yes, with some limitation that are being documented [ here] ( /doc/gradle ) .
28+
2529# mime types
2630
2731## what mime types are supported?
You can’t perform that action at this time.
0 commit comments