Skip to content

Commit

Permalink
gradle plugins: add source jar to publication
Browse files Browse the repository at this point in the history
  • Loading branch information
LeHaine committed Feb 8, 2022
1 parent 575592d commit 012ecaa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gradle-plugins/extensions/texturepacker/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ val littleKtVersion: String by project
group = "com.lehaine.littlekt.gradle"
version = littleKtVersion

java {
withSourcesJar()
}

repositories {
gradlePluginPortal()
}
Expand All @@ -20,6 +24,7 @@ dependencies {
compileOnly(gradleKotlinDsl())
}


gradlePlugin {
plugins {
create("littlektTexturePacker") {
Expand Down

0 comments on commit 012ecaa

Please sign in to comment.