github.com/dahs81/otto@v0.2.1-0.20160126165905-6400716cf085/website/source/docs/apps/java/customization.html.md (about) 1 --- 2 layout: "app_java" 3 page_title: "Customization - Java App Type" 4 sidebar_current: "docs-java-customization" 5 description: |- 6 This page documents the customizations 7 that are available to change the behavior of Java applications with Otto. 8 --- 9 10 # Customization 11 12 This page documents the [customizations](/docs/appfile/customization.html) 13 that are available to change the behavior of Java applications with Otto. 14 15 ## Type: "java" 16 17 Example: 18 19 ``` 20 customization "java" { 21 gradle_version = "2.8" 22 maven_version = "3.3.9" 23 } 24 ```