mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
public.
This commit is contained in:
parent
2c5880ac0a
commit
d23e5e186a
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ package com.beust.kobalt.app.java
|
|||
|
||||
import com.beust.kobalt.app.BuildGenerator
|
||||
|
||||
public class JavaBuildGenerator: BuildGenerator() {
|
||||
class JavaBuildGenerator: BuildGenerator() {
|
||||
override val defaultSourceDirectories = hashSetOf("src/main/java")
|
||||
override val defaultTestDirectories = hashSetOf("src/test/java")
|
||||
override val directive = "project"
|
||||
|
|
|
@ -2,7 +2,7 @@ package com.beust.kobalt.app.kotlin
|
|||
|
||||
import com.beust.kobalt.app.BuildGenerator
|
||||
|
||||
public class KotlinBuildGenerator : BuildGenerator() {
|
||||
class KotlinBuildGenerator : BuildGenerator() {
|
||||
override val defaultSourceDirectories = hashSetOf("src/main/kotlin")
|
||||
override val defaultTestDirectories = hashSetOf("src/test/kotlin")
|
||||
override val directive = "project"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue