Skip to content

Commit

Permalink
Regenerate samples by script
Browse files Browse the repository at this point in the history
  • Loading branch information
HeneryHawk committed Oct 21, 2024
1 parent 95b05e4 commit ca35184
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions samples/client/petstore/java/native-async/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ task execute(type:JavaExec) {
}

task sourcesJar(type: Jar, dependsOn: classes) {
classifier = 'sources'
archiveClassifier = 'sources'
from sourceSets.main.allSource
}

task javadocJar(type: Jar, dependsOn: javadoc) {
classifier = 'javadoc'
archiveClassifier = 'javadoc'
from javadoc.destinationDir
}

Expand Down
4 changes: 2 additions & 2 deletions samples/client/petstore/java/native-jakarta/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ task execute(type:JavaExec) {
}

task sourcesJar(type: Jar, dependsOn: classes) {
classifier = 'sources'
archiveClassifier = 'sources'
from sourceSets.main.allSource
}

task javadocJar(type: Jar, dependsOn: javadoc) {
classifier = 'javadoc'
archiveClassifier = 'javadoc'
from javadoc.destinationDir
}

Expand Down
4 changes: 2 additions & 2 deletions samples/client/petstore/java/native/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ task execute(type:JavaExec) {
}

task sourcesJar(type: Jar, dependsOn: classes) {
classifier = 'sources'
archiveClassifier = 'sources'
from sourceSets.main.allSource
}

task javadocJar(type: Jar, dependsOn: javadoc) {
classifier = 'javadoc'
archiveClassifier = 'javadoc'
from javadoc.destinationDir
}

Expand Down

0 comments on commit ca35184

Please sign in to comment.