Skip to content

Commit

Permalink
feat: 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aldoborrero committed Aug 5, 2020
1 parent 5e31423 commit b07a912
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ kotlinDslPluginOptions {
}

group = "dev.north.fortyone.gradle"
version = "0.1.1"
version = "0.1.2"

repositories {
jcenter()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ interface IntellijRunConfig {
data class ApplicationIntellijRunConfig(
override val name: String,
override val filename: String,
override val default: Boolean,
private val envs: Map<String, String>,
override val default: Boolean = false,
private val envs: Map<String, String> = emptyMap(),
private val mainClassName: String,
private val module: String,
private val programArguments: String?
Expand Down

0 comments on commit b07a912

Please sign in to comment.