Skip to content

Commit

Permalink
Configurations for publication
Browse files Browse the repository at this point in the history
  • Loading branch information
Jawnnypoo committed Jan 15, 2022
1 parent a333ade commit e47a8ee
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ buildscript {
dependencies {
classpath("com.android.tools.build:gradle:7.0.4")
classpath("org.jlleitschuh.gradle:ktlint-gradle:9.2.1")
classpath("com.vanniktech:gradle-maven-publish-plugin:0.18.0")
classpath(kotlin("gradle-plugin", version = "1.6.10"))
}
}
Expand Down
22 changes: 22 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,25 @@ android.useAndroidX=true
minSdk=14
targetSdk=31
coilVersion=1.4.0

GROUP=com.commit451.coiltransformations
VERSION_NAME=1.1.1

POM_NAME=Transformations for Coil
POM_DESCRIPTION=Various transformations for Coil
POM_INCEPTION_YEAR=2020
POM_URL=https://github.com/Commit451/coil-transformations/

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

POM_SCM_URL=https://github.com/Commit451/coil-transformations/
POM_SCM_CONNECTION=scm:git:git://github.com/Commit451/coil-transformations/.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/Commit451/coil-transformations.git

POM_DEVELOPER_ID=Commit451
POM_DEVELOPER_NAME=Commit 451
POM_DEVELOPER_URL=https://github.com/Commit451/

RELEASE_SIGNING_ENABLED=false
1 change: 1 addition & 0 deletions transformations-face-detection/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ plugins {
id("com.android.library")
id("kotlin-android")
id("org.jlleitschuh.gradle.ktlint")
id("com.vanniktech.maven.publish")
}

android {
Expand Down
1 change: 1 addition & 0 deletions transformations-face-detection/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
POM_ARTIFACT_ID=transformations-face-detection
1 change: 1 addition & 0 deletions transformations-gpu/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ plugins {
id("com.android.library")
id("kotlin-android")
id("org.jlleitschuh.gradle.ktlint")
id("com.vanniktech.maven.publish")
}

android {
Expand Down
1 change: 1 addition & 0 deletions transformations-gpu/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
POM_ARTIFACT_ID=transformations-gpu
1 change: 1 addition & 0 deletions transformations/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ plugins {
id("com.android.library")
id("kotlin-android")
id("org.jlleitschuh.gradle.ktlint")
id("com.vanniktech.maven.publish")
}

android {
Expand Down
1 change: 1 addition & 0 deletions transformations/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
POM_ARTIFACT_ID=transformations

0 comments on commit e47a8ee

Please sign in to comment.