adjustment-to-gradle

This commit is contained in:
marvin-lucky 2025-07-26 03:51:01 +07:00
parent 1cb2056c2c
commit 4ea8aa3684
3 changed files with 10 additions and 10 deletions

14
Jenkinsfile vendored

@ -1,4 +1,4 @@
// Refactored Jenkinsfile for tte-auth-app // Refactored Jenkinsfile for mm-auth-app
// Standardized to match the latest CI/CD template. // Standardized to match the latest CI/CD template.
import groovy.transform.Field import groovy.transform.Field
@ -118,13 +118,13 @@ pipeline {
environment { environment {
// --- Configuration for the auth application --- // --- Configuration for the auth application ---
OKD_PROJECT = 'tte-applications-project' OKD_PROJECT = 'mm-applications-project'
BUILD_NAME = 'tte-auth-app' BUILD_NAME = 'mm-auth-app'
DEPLOYMENT = 'tte-auth-app' DEPLOYMENT = 'mm-auth-app'
OKD_PROJECT_DEV = 'tte-dev-applications-project' OKD_PROJECT_DEV = 'mm-dev-applications-project'
BUILD_NAME_DEV = 'tte-dev-auth-apps' BUILD_NAME_DEV = 'mm-dev-auth-apps'
DEPLOYMENT_DEV = 'tte-dev-auth-apps' DEPLOYMENT_DEV = 'mm-dev-auth-apps'
// Notification settings // Notification settings
DISCORD_WEBHOOK_CREDENTIAL_ID = 'discord-webhook-auth' DISCORD_WEBHOOK_CREDENTIAL_ID = 'discord-webhook-auth'

@ -15,7 +15,7 @@ plugins {
group "id.go.polri" group "id.go.polri"
version "1.0.0" version "1.0.0"
mainClassName = "id.go.polri.tte.app.App" mainClassName = "id.go.polri.mm.app.App"
sourceCompatibility = 17 sourceCompatibility = 17
repositories { repositories {
@ -93,7 +93,7 @@ shadowJar {
} }
joobyRun { joobyRun {
mainClass = "id.go.polri.tte.app.App" mainClass = "id.go.polri.mm.app.App"
restartExtensions = ["conf", "properties", "class"] restartExtensions = ["conf", "properties", "class"]
compileExtensions = ["java"] compileExtensions = ["java"]
port = 8080 port = 8080

@ -1 +1 @@
rootProject.name = 'tte-auth-service-v2' rootProject.name = 'mm-auth-service'