MoinMoin Logo
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • Start
  • Sitemap

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

Revision 3 as of 2020-07-07 23:09:20
  • gradle

gradle

Open source build automation system

  • https://gradle.org

Install on Slackware

   1 cd /usr/local
   2 wget https://services.gradle.org/distributions/gradle-3.2.1-bin.zip
   3 unzip -t gradle-3.2.1-bin.zip
   4 unzip gradle-3.2.1-bin.zip
   5 cd /usr/local/gradle-3.2.1/bin
   6 ./gradle 
   7 cd ..
   8 ln -s gradle-3.2.1 gradle
   9 nano /etc/profile # add to PATH the /usr/local/gradle/bin
  10 . /etc/profile

Example

cd /tmp
mkdir hello
cd hello
gradle init
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01