mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-04 23:56:09 +00:00
Merge remote-tracking branch 'origin/5.4.x' into 6.0.x
This commit is contained in:
@@ -6,18 +6,16 @@ version = '1.0.0'
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
maven { url "https://repo1.maven.org/maven2" }
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
||||
repositories {
|
||||
maven { url "https://repo1.maven.org/maven2" }
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
apply plugin: 'java'
|
||||
apply plugin: 'maven'
|
||||
apply plugin: 'maven-publish'
|
||||
|
||||
sourceCompatibility = JavaVersion.VERSION_11
|
||||
targetCompatibility = JavaVersion.VERSION_11
|
||||
@@ -33,9 +31,12 @@ javadoc {
|
||||
options.encoding = 'UTF-8'
|
||||
}
|
||||
|
||||
install {
|
||||
repositories.mavenInstaller {
|
||||
pom.artifactId = 'petstore-native'
|
||||
publishing {
|
||||
publications {
|
||||
maven(MavenPublication) {
|
||||
artifactId = 'petstore-native'
|
||||
from components.java
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
0
samples/client/petstore/java/native-async/gradlew
vendored
Normal file → Executable file
0
samples/client/petstore/java/native-async/gradlew
vendored
Normal file → Executable file
Reference in New Issue
Block a user