Skip to content

Commit 1b42610

Browse files
committed
Added missing descriptions.
1 parent 30d5ab7 commit 1b42610

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

xpath-to-xml-bom/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
apply plugin: 'java-platform'
22
apply from: rootProject.file('gradle/publish-maven.gradle')
33

4+
description = 'XPath to XML Bill of Materials (BOM)'
5+
46
dependencies {
57
constraints {
68
api project(':xpath-to-json-gson')

xpath-to-xml-test/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
description = 'XPath to XML shared test fixtures'
2+
13
java {
24
sourceCompatibility = JavaVersion.VERSION_11
35
targetCompatibility = JavaVersion.VERSION_11

0 commit comments

Comments
 (0)