Skip to content

Commit

Permalink
Merge pull request #10 from dwursteisen/master
Browse files Browse the repository at this point in the history
fix central deployement
  • Loading branch information
dwursteisen authored May 6, 2021
2 parents add9189 + a451e4c commit 8a4d211
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,21 @@ plugins {
id("com.github.minigdx.gradle.plugin.developer.mpp") version "1.0.0" apply false
}

minigdxDeveloper {
this.name.set("minigdx-gltf-parser")
this.description.set("Parser and converter of gltf files into minigdx protobuf/json model.")
this.projectUrl.set("https://github.com/minigdx/minigdx-glft-parser")
this.licence {
name.set("MIT Licence")
url.set("https://github.com/minigdx/minigdx-glft-parser/blob/master/LICENSE")
}
developer {
name.set("David Wursteisen")
email.set("[email protected]")
url.set("https://github.com/dwursteisen")
allprojects {
apply { plugin("com.github.minigdx.gradle.plugin.developer") }

minigdxDeveloper {
this.name.set("minigdx-gltf-parser")
this.description.set("Parser and converter of gltf files into minigdx protobuf/json model.")
this.projectUrl.set("https://github.com/minigdx/minigdx-glft-parser")
this.licence {
name.set("MIT Licence")
url.set("https://github.com/minigdx/minigdx-glft-parser/blob/master/LICENSE")
}
developer {
name.set("David Wursteisen")
email.set("[email protected]")
url.set("https://github.com/dwursteisen")
}
}
}

0 comments on commit 8a4d211

Please sign in to comment.