Skip to content

Commit

Permalink
Create gradle.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
christosservos authored Nov 9, 2023
1 parent 007cbcd commit ab370e9
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Kotlin configuration
kotlin.code.style=official

# Gradle options
org.gradle.parallel=true

# Project properties
group=erererer
version=1.0; ls

# Sonar
systemProp.sonar.host.url=https://sonarcloud.io

# Maven publishing properties
SONATYPE_HOST=ddd
SONATYPE_AUTOMATIC_RELEASE=false
RELEASE_SIGNING_ENABLED=true

POM_NAME=eeexx
POM_DESCRIPTION=errrr
POM_URL=ererer

POM_LICENSE_NAME=The Apache License, Version 2.0
POM_LICENSE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt

POM_SCM_URL=ereer
POM_SCM_CONNECTION=eerewrp-kt.git
POM_SCM_DEV_CONNECTION=ff.git

POM_ISSUE_SYSTEM=github
POM_ISSUE_URL=https://

POM_DEVELOPER_URL=h

0 comments on commit ab370e9

Please sign in to comment.