Warning

If it is not explicitly told in following recipe, setting up services are described for Ubuntu 20.04 server, but applications are described for Xubuntu 20.04 workstation. If you use different Ubuntu version or Linux distribution, settings as well as content, names and places of configuration files may be different!
Got it.

Gradle būvēšanas lietotne

Information

Gradle ir projektu būvēšanas rīks, kas apvieno Apache Ant elastību ar Maven lietošanas ērtumu. 

Saturs

Standarta versijas uzstādīšana

  1. Visvienkāršāk Gradle ir uzlikt, izmantojot standarta krātuvi:

    sudo apt-get install gradle

Gradle uzstādīšana no PPA

  1. Novāc gradle: 

    sudo apt-get purge gradle
  2. Pievieno Gradle PPA krātuvi un uzstāda Gradle no tās:

    sudo add-apt-repository ppa:cwchien/gradle
    sudo apt-get update
    sudo apt-get install gradle

Saites

Alternatīvas


 
 
Tags Linux Programmēšana Java
Created by Valdis Vītoliņš on 2015-08-19 00:15
Last modified by Valdis Vītoliņš on 2025-05-10 17:45
XWiki Powered
Creative Commons Attribution 3.0 Unported License