We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d5ab7 commit 1b42610Copy full SHA for 1b42610
xpath-to-xml-bom/build.gradle
@@ -1,6 +1,8 @@
1
apply plugin: 'java-platform'
2
apply from: rootProject.file('gradle/publish-maven.gradle')
3
4
+description = 'XPath to XML Bill of Materials (BOM)'
5
+
6
dependencies {
7
constraints {
8
api project(':xpath-to-json-gson')
xpath-to-xml-test/build.gradle
@@ -1,3 +1,5 @@
+description = 'XPath to XML shared test fixtures'
java {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
0 commit comments