Skip to content

Commit

Permalink
disabled publishing for examples and guide
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr committed Apr 28, 2021
1 parent 7950152 commit ca0ab02
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/guide/guide.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ plugins {
}

config {
publishing {
enabled = false
}
docs {
guide {
publish {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ plugins {
id "groovy"
}

config {
publishing {
enabled = false
}
}

repositories {
mavenCentral()
maven { url "https://jcenter.bintray.com" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ plugins {
id "groovy"
}

config {
publishing {
enabled = false
}
}

repositories {
mavenCentral()
maven { url "https://jcenter.bintray.com" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ plugins {
id "application"
}


config {
publishing {
enabled = false
}
}

version "0.1"
group "micronaut.console.example.kotlin"
Expand Down

0 comments on commit ca0ab02

Please sign in to comment.