Skip to content
Snippets Groups Projects
Commit d2b53cb4 authored by BEAUVAIS ANTOINE's avatar BEAUVAIS ANTOINE
Browse files

Gradle: Use variables for Javadoc title.

parent e515d634
1 merge request!14Documentation overhaul. #1
...@@ -25,7 +25,7 @@ dependencies { ...@@ -25,7 +25,7 @@ dependencies {
} }
javadoc { javadoc {
title = "SIL ERP BACK 0.0.1 API Specification" title = rootProject.name + " " + version + " API Specification"
options.overview = "src/main/java/overview.html" options.overview = "src/main/java/overview.html"
} }
......
rootProject.name = 'SIL-ERP-BACK' rootProject.name = 'SIL ERP BACK'
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment