From 59f58c6dfa08e89f53b001351c2e9d6616368152 Mon Sep 17 00:00:00 2001 From: devxb Date: Sun, 4 Feb 2024 18:01:28 +0900 Subject: [PATCH 1/3] =?UTF-8?q?build:=20jitpack=20=EB=B0=B0=ED=8F=AC?= =?UTF-8?q?=EA=B5=AC=EC=84=B1=EC=9D=84=20=EC=84=A4=EC=A0=95=ED=95=9C?= =?UTF-8?q?=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 8 ++++++++ gradle.properties | 1 + jitpack.yml | 5 +++++ 3 files changed, 14 insertions(+) create mode 100644 jitpack.yml diff --git a/build.gradle b/build.gradle index b37c964..c643f27 100644 --- a/build.gradle +++ b/build.gradle @@ -14,6 +14,9 @@ plugins { group = "${group}" version = "${version}" +sourceCompatibility = "${compatibility}" +targetCompatibility = "${compatibility}" + repositories { mavenCentral() } @@ -39,3 +42,8 @@ apply from: "gradle/sonar.gradle" apply from: "gradle/kotlin.gradle" apply from: "gradle/spring.gradle" apply from: "gradle/protobuf.gradle" + +wrapper { + gradleVersion = "7.6.1" + distributionType = Wrapper.DistributionType.ALL +} diff --git a/gradle.properties b/gradle.properties index 46de06b..1fa9eff 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,6 +3,7 @@ kotlin.code.style=official ### Project ### group=org.rooftop.netx version=0.1.0 +compatibility=17 ### Protobuf ### protobufPluginVersion=0.9.4 diff --git a/jitpack.yml b/jitpack.yml new file mode 100644 index 0000000..b6d1d5d --- /dev/null +++ b/jitpack.yml @@ -0,0 +1,5 @@ +jdk: + - openjdk17 +before_install: + - sdk install java 17.0.1-open + - sdk use java 17.0.1-open From d9e54746722953976663d84430e2da818509a817 Mon Sep 17 00:00:00 2001 From: devxb Date: Sun, 4 Feb 2024 18:17:03 +0900 Subject: [PATCH 2/3] =?UTF-8?q?build:=20sonarProjectKey=EA=B0=80=20?= =?UTF-8?q?=EC=9E=98=EB=AA=BB=20=EC=84=A4=EC=A0=95=20=EB=90=98=EC=96=B4?= =?UTF-8?q?=EC=9E=88=EB=8A=94=EB=B2=84=EA=B7=B8=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 1fa9eff..b3f12bc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ protobufVersion=3.25.0 ### Sonarcloud ### sonarcloudVersion=4.4.1.3373 -sonarProjectKey=rooftop-MSA_pay-server +sonarProjectKey=rooftop-MSA_Netx-server sonarOrganization=rooftop-msa sonarHostUrl=https://sonarcloud.io From a604c51283d43f2f746ae93fdad79b0062273d98 Mon Sep 17 00:00:00 2001 From: devxb Date: Sun, 4 Feb 2024 18:19:25 +0900 Subject: [PATCH 3/3] =?UTF-8?q?build:=20sonarProjectKey=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index b3f12bc..d66db86 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ protobufVersion=3.25.0 ### Sonarcloud ### sonarcloudVersion=4.4.1.3373 -sonarProjectKey=rooftop-MSA_Netx-server +sonarProjectKey=rooftop-MSA_Netx sonarOrganization=rooftop-msa sonarHostUrl=https://sonarcloud.io