Compare commits

...

14 commits

Author SHA1 Message Date
gajendrachinna
ce645feeba delpoy 2024-12-17 17:31:48 +05:30
gajendrachinna
c587c62374 latest 2024-12-17 17:13:22 +05:30
gajendrachinna
0cdd85863f new 2024-12-17 17:03:25 +05:30
gajendrachinna
0c95d419ee gradle 2024-12-17 16:36:00 +05:30
gajendrachinna
27726b75d3 gradle 2024-12-17 16:30:56 +05:30
chinnagajendra
24da69838c
Delete src/azure-pipeline.yaml 2024-12-17 16:28:02 +05:30
chinnagajendra
c74a679b65
Create azure-pipeline.yaml 2024-12-17 16:15:18 +05:30
chinnagajendra
9fd82a74b1
Delete src/azure-pipeline.yaml 2024-12-17 16:13:13 +05:30
gajendrachinna
53e56d7912 Revert "feat: add Persian and Turkish localization files for application messages"
This reverts commit 22caee3d03.
2024-12-17 16:10:16 +05:30
gajendrachinna
282c10ff4a gradle 2024-12-17 16:07:35 +05:30
gajendrachinna
f0e5085c10 build 2024-12-17 11:29:56 +05:30
gajendrachinna
f809987af0 spring 2024-12-16 13:27:53 +05:30
gajendrachinna
02ccd8e072 update 2024-12-16 10:52:59 +05:30
gajendrachinna
a3ace47bbb abc 2024-12-12 12:05:53 +05:30
4 changed files with 28 additions and 27 deletions

18
azure-pipeline.yml Normal file
View file

@ -0,0 +1,18 @@
---
pool: 'default'
trigger:
branches:
include:
- main
stages:
- stage: build
jobs:
- job: jobbuild
steps:
- task: Gardle@3
inputs:
gradleWrapperFile: 'gradlew'
publishJUnitResults: true
testResultFiles: '**/TEST-*.xml'
jdkVersionOption: '1.17'
goals: 'validate'

View file

@ -1,18 +1,19 @@
---
pool: default
pool: 'default'
trigger:
branches:
include:
- main
stages:
- stage: build
jobs:
- job: jobbuild
steps:
- task: maven@4
- task: Gradle@3
inputs:
mavemPOMFile: pom.xml
tasks: 'build'
gradleWrapperFile: 'gradlew'
publishJUnitResults: true
testResultFiles: '**/surefire-reports/TEST-*.xml'
jdkVersionOption: '21'
goals: package
testResultFiles: '**/TEST-*.xml'
jdkVersionOption: '1.17'
goals: 'deploy'

View file

@ -1,9 +0,0 @@
welcome=خوش آمدید
required=الزامی
notFound=یافت نشد
duplicate=قبلا استفاده شده
nonNumeric=باید عددی باشد
duplicateFormSubmission=ارسال تکراری فرم مجاز نیست
typeMismatch.date=تاریخ نامعتبر
typeMismatch.birthDate=تاریخ تولد نامعتبر

View file

@ -1,9 +0,0 @@
welcome=hoş geldiniz
required=gerekli
notFound=bulunamadı
duplicate=zaten kullanılıyor
nonNumeric=sadece sayısal olmalıdır
duplicateFormSubmission=Formun tekrar gönderilmesine izin verilmez
typeMismatch.date=geçersiz tarih
typeMismatch.birthDate=geçersiz tarih