File tree Expand file tree Collapse file tree 12 files changed +24
-16
lines changed Expand file tree Collapse file tree 12 files changed +24
-16
lines changed Original file line number Diff line number Diff line change 11group = com.github.simy4.xpath
22version = 2.3.10-SNAPSHOT
33
4- projectDescription = Convenient utility to build XML models by evaluating XPath expressions
5- projectUrl = https://github.com/SimY4/xpath-to-xml
6- projectScm = scm:git:https://github.com/SimY4/xpath-to-xml
7- projectIssues = https://github.com/SimY4/xpath-to-xml/issues
8-
9- # signing.keyId = <keyid>
10- # signing.password = <password>
11- # signing.secretKeyRingFile = .gnupg/secring.gpg
12-
134sonatypeUsername = <username>
145sonatypePassword = <password>
156
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ publishing {
1313 fromResolutionResult()
1414 }
1515 }
16- afterEvaluate {
16+ afterEvaluate { project ->
1717 artifactId = project. name
1818 pom {
1919 name = project. name
20- description = projectDescription
20+ description = project . description
2121 url = ' http://github.com/SimY4/xpath-to-xml'
2222 inceptionYear = ' 2017'
2323
@@ -27,14 +27,14 @@ publishing {
2727 ]
2828
2929 scm {
30- connection = projectScm
31- developerConnection = projectScm
32- url = projectUrl
30+ connection = ' scm:git:https://github.com/SimY4/xpath-to-xml '
31+ developerConnection = ' scm:git:https://github.com/SimY4/xpath-to-xml '
32+ url = ' http://github.com/SimY4/xpath-to-xml '
3333 }
3434
3535 issueManagement {
3636 system = ' GitHub'
37- url = projectIssues
37+ url = ' https://github.com/SimY4/xpath-to-xml/issues '
3838 }
3939
4040 licenses {
Original file line number Diff line number Diff line change 11apply from : rootProject. file(' gradle/benchmark-jmh.gradle' )
22
3+ description = ' Convenient utility to build JSON models by evaluating XPath expressions'
4+
35java {
46 sourceCompatibility = JavaVersion . VERSION_1_7
57 targetCompatibility = JavaVersion . VERSION_1_7
Original file line number Diff line number Diff line change 11apply from : rootProject. file(' gradle/benchmark-jmh.gradle' )
22
3+ description = ' Convenient utility to build JSON models by evaluating XPath expressions'
4+
35java {
46 sourceCompatibility = JavaVersion . VERSION_1_8
57 targetCompatibility = JavaVersion . VERSION_1_8
Original file line number Diff line number Diff line change 11apply from : rootProject. file(' gradle/benchmark-jmh.gradle' )
22
3+ description = ' Convenient utility to build JSON models by evaluating XPath expressions'
4+
35java {
46 sourceCompatibility = JavaVersion . VERSION_1_8
57 targetCompatibility = JavaVersion . VERSION_1_8
Original file line number Diff line number Diff line change 11apply from : rootProject. file(' gradle/check-mutationcoverage.gradle' )
22
3+ description = ' Convenient utility to build XML models by evaluating XPath expressions'
4+
35dependencies {
46 testImplementation project(' :xpath-to-xml-test' )
57 testImplementation libs. mockito
Original file line number Diff line number Diff line change 11apply from : rootProject. file(' gradle/benchmark-jmh.gradle' )
22
3+ description = ' Convenient utility to build XML models by evaluating XPath expressions'
4+
35dependencies {
46 api project(' :xpath-to-xml-core' )
57
Original file line number Diff line number Diff line change 11apply from : rootProject. file(' gradle/benchmark-jmh.gradle' )
22
3+ description = ' Convenient utility to build XML models by evaluating XPath expressions'
4+
35java {
46 sourceCompatibility = JavaVersion . VERSION_1_8
57 targetCompatibility = JavaVersion . VERSION_1_8
Original file line number Diff line number Diff line change 11apply from : rootProject. file(' gradle/benchmark-jmh.gradle' )
22
3+ description = ' Convenient utility to build XML models by evaluating XPath expressions'
4+
35dependencies {
46 api project(' :xpath-to-xml-core' )
57
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ tasks.withType(ScalaCompile).configureEach {
2525 deprecation = true
2626 encoding = ' UTF-8'
2727 additionalParameters = [
28- ' -project-url' , projectUrl,
2928 ' -explain' , // Explain errors in more detail.
3029 ' -explain-types' , // Explain type errors in more detail.
3130 ' -feature' , // Emit warning and location for usages of features that should be imported explicitly.
You can’t perform that action at this time.
0 commit comments