Skip to content

Commit

Permalink
Rename guide nd sampler projects
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Jan 8, 2016
1 parent 7d9df17 commit 74bbf08
Show file tree
Hide file tree
Showing 29 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ You may used the included gradle wrapper script if you don't have `gradle` insta

. Follow the instructions found at http://sdkman.io/ to install SDKMAN.
. You need a POSIX environment if running Windows. We recommend using Babun Shell (http://babun.github.io/)
. Once SDKMAN is installed invoke `sdk install gradle 2.6`.
. Once SDKMAN is installed invoke `sdk install gradle 2.10`.
. Test your setup by invoking `gradle --version`.

.Gdub
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ subprojects { subproj ->
}
}

if (subproj.name.contains('pack') || subproj.name.contains('core')) {
if (subproj.name.contains('ikonli')) {
apply from: rootProject.file('gradle/publishing.gradle')

javadoc {
Expand Down Expand Up @@ -128,7 +128,7 @@ if (!project.hasProperty('githubPassword')) ext.githubPassword = ''
githubPages {
repoUri = project.project_scm
pages {
from project(':ikonli-guide').guide.outputs.files
from project(':guide').guide.outputs.files
}

credentials {
Expand All @@ -137,4 +137,4 @@ githubPages {
}
}

publishGhPages.dependsOn(project(':ikonli-guide').guide)
publishGhPages.dependsOn(project(':guide').guide)
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ include 'subprojects/ikonli-octicons-pack'
include 'subprojects/ikonli-openiconic-pack'
include 'subprojects/ikonli-typicons-pack'
include 'subprojects/ikonli-weathericons-pack'
include 'subprojects/ikonli-guide'
include 'subprojects/sampler'
include 'subprojects/guide'
include 'subprojects/sampler-javafx'

rootProject.name = 'ikonli'
rootProject.children.each { project ->
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 74bbf08

Please sign in to comment.