You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@incubator.apache.org by po...@apache.org on 2017/07/06 00:21:00 UTC

[29/51] incubator git commit: Removing gradle build, use native JBake.

Removing gradle build, use native JBake.


Project: http://git-wip-us.apache.org/repos/asf/incubator/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator/commit/f5cc1307
Tree: http://git-wip-us.apache.org/repos/asf/incubator/tree/f5cc1307
Diff: http://git-wip-us.apache.org/repos/asf/incubator/diff/f5cc1307

Branch: refs/heads/master
Commit: f5cc1307e19829ae8665087f39857463c98bd900
Parents: 6e8501c
Author: John D. Ament <jo...@apache.org>
Authored: Fri Jun 16 19:57:22 2017 -0400
Committer: John D. Ament <jo...@apache.org>
Committed: Fri Jun 16 19:57:22 2017 -0400

----------------------------------------------------------------------
 build.gradle  | 36 ------------------------------------
 build_site.sh |  2 +-
 2 files changed, 1 insertion(+), 37 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator/blob/f5cc1307/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
deleted file mode 100644
index 5ac3ba0..0000000
--- a/build.gradle
+++ /dev/null
@@ -1,36 +0,0 @@
-/*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- *
- *  http://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
- */
-
-buildscript {
-    repositories {
-        maven {
-            url "https://plugins.gradle.org/m2/"
-        }
-    }
-    dependencies {
-        classpath "me.champeau.gradle:jbake-gradle-plugin:0.2"
-    }
-}
-
-apply plugin: "me.champeau.jbake"
-
-jbake {
-    input = new java.io.File('.')
-    version  = '2.5.1'
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator/blob/f5cc1307/build_site.sh
----------------------------------------------------------------------
diff --git a/build_site.sh b/build_site.sh
index b52a0ce..b2f1096 100755
--- a/build_site.sh
+++ b/build_site.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 rm -rf /tmp/incubator-site
-gradle jbake
+$JBAKE_HOME/bin/jbake -b
 mkdir /tmp/incubator-site
 cp -R build/jbake/* /tmp/incubator-site
 git checkout asf-site


---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org
For additional commands, e-mail: cvs-help@incubator.apache.org