Skip to content

Commit 5094849

Browse files
committed
Add gradle description on projects
Signed-off-by: Pierre Belloy <[email protected]>
1 parent 5825643 commit 5094849

File tree

7 files changed

+16
-0
lines changed

7 files changed

+16
-0
lines changed

axelor-common/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
description = 'Axelor\'s common APIs'
2+
13
apply plugin: 'java'
24

35
dependencies {

axelor-core/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
description = 'Axelor\'s core functionalities'
2+
13
apply plugin: com.axelor.gradle.AxelorPlugin
24

35
axelor {
46
title = "Axelor Core"
7+
description = project.description
58
}
69

710
dependencies {

axelor-gradle/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
description = 'Gradle plugin for integrating Axelor'
2+
13
apply plugin: 'java-gradle-plugin'
24

35
configurations {

axelor-test/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
description = 'Support for running tests in Axelor project'
2+
13
apply plugin: "java-library"
24

35
dependencies {

axelor-tomcat/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
description = 'Support for running Axelor in embedded Tomcat server'
2+
13
apply plugin: 'java'
24

35
dependencies {

axelor-tools/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
description = 'Tooling to build Axelor apps'
2+
13
apply plugin: 'java-library'
24
apply plugin: 'groovy'
35

axelor-web/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
description = 'Axelor\'s web functionalities'
2+
13
apply plugin: com.axelor.gradle.AxelorPlugin
24

35
axelor {
46
title = "Axelor Web"
7+
description = project.description
58
}
69

710
dependencies {

0 commit comments

Comments
 (0)