From f71efb8f824f59a2d59381271d81df5ebcde6536 Mon Sep 17 00:00:00 2001 From: Jueun Park <s5616012@mailbox.tu-dresden.de> Date: Fri, 18 Mar 2022 19:54:02 +0900 Subject: [PATCH] edited .gitlab-ci.yml, build.gradle and settings.gradle --- .gitlab-ci.yml | 4 +++- build.gradle | 2 +- settings.gradle | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2e31e763..7fc3e28b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -87,4 +87,6 @@ publish_package: needs: - test script: - - "./gradlew publish" \ No newline at end of file + - "./gradlew publish" + artifacts: + - build/libs/rago-0.1.0.jar \ No newline at end of file diff --git a/build.gradle b/build.gradle index 2a964f71..34559229 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ apply plugin: 'application' apply plugin: 'idea' apply plugin: 'maven-publish' -mainClassName = 'de.tudresden.inf.st.openapi' +mainClassName = 'de.tudresden.inf.st.rago' sourceCompatibility = 1.8 diff --git a/settings.gradle b/settings.gradle index e88ca10a..dedc00c1 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,2 +1,2 @@ -rootProject.name = 'jastadd-rago' +rootProject.name = 'rago' -- GitLab