Skip to content

Commit

Permalink
Merge pull request #36 from IntershopCommunicationsAG/updateGradle
Browse files Browse the repository at this point in the history
Update gradle
  • Loading branch information
m-raab authored Nov 6, 2019
2 parents c9e3f28 + 90c5bb4 commit 24c69cf
Show file tree
Hide file tree
Showing 30 changed files with 664 additions and 2,449 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: java
sudo: false
jdk:
- oraclejdk8
- openjdk8
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
cache:
Expand Down
39 changes: 0 additions & 39 deletions README.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,45 +62,6 @@ This list can be manipulated with the following methods:

|===

== Java Doc Plugin
This plugin add a java doc package to all publications if the JavaBasePlugin is applied to the project.
It provides also an Intershop specific configuration for the JavaDoc creation.

=== Usage
To use the Gradle plugin with the Intershop Javadoc configuration, include the following in your build script:

[source,groovy,subs="attributes"]
----
plugins {
id 'com.intershop.gradle.javadoc-plugin' version '{latestRevision}'
]
----

It must be applied to each subproject of a multi project.
It changes the image and the used ccs of generated Javadoc files.

== Java Source Plugin
This plugin add a source package to all publications if the JavaBasePlugin is applied to the project.

==== Usage
To use the Gradle java source plugin. include the following in your build script:

[source,groovy,subs="attributes"]
----
plugins {
id 'com.intershop.gradle.javasource-plugin' version '{latestRevision}'
}
----

The source package will be only created and published if the property `runOnCI` is true.

[cols="17%,17%,65%", width="95%", options="header"]
|===
| System variable or Java system property | Project property | Description

| *RUNONCI* | *runOnCI* | This configuration must be true, if the project is used on a CI server.
|===

== Simple Publish Configuration Plugin

The configuration and the execution of tasks depends on the version number. Release versions without a "SNAPSHOT" extension will be published
Expand Down
272 changes: 0 additions & 272 deletions build.gradle

This file was deleted.

Loading

0 comments on commit 24c69cf

Please sign in to comment.