Skip to content

Commit

Permalink
Changed gradle of library
Browse files Browse the repository at this point in the history
  • Loading branch information
Rezakeshavarz1376 committed Apr 28, 2023
1 parent e2a2b64 commit 90c5a7f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions PersianPriceTranslator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,15 @@ plugins {
java {
sourceCompatibility = JavaVersion.VERSION_1_7
targetCompatibility = JavaVersion.VERSION_1_7
}
publishing {
publications {
mavenJava(MavenPublication) {
groupId = 'com.rezakeshavarz.PersianPriceTranslator'
artifactId = 'com.rezakeshavarz.PersianPriceTranslator'
version = '1.0.0'

from components.java
}
}
}

0 comments on commit 90c5a7f

Please sign in to comment.