We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 579e88c + e32cd50 commit 4a59918Copy full SHA for 4a59918
1 file changed
docs/asciidoc/dev-tools.adoc
@@ -107,7 +107,7 @@ The next example shows all the available options with their default values:
107
<configuration>
108
<mainClass>${application.class}</mainClass> <1>
109
<restartExtensions>conf,properties,class</restartExtensions> <2>
110
- <sourceExtensions>java,kt</sourceExtension> <3>
+ <compileExtensions>java,kt</compileExtensions> <3>
111
<port>8080</port> <4>
112
</configuration>
113
</plugin>
@@ -135,7 +135,7 @@ apply plugin: "jooby"
135
joobyRun {
136
mainClass = "${mainClassName}" <1>
137
restartExtensions = ["conf", "properties", "class"] <2>
138
- sourceExtensions = ["java", "kt"] <3>
+ compileExtensions = ["java", "kt"] <3>
139
port = 8080 <4>
140
}
141
----
0 commit comments