I am new in Linux. I am using Ubuntu to install Grails. I am following this command --
sudo add-apt-repository ppa:groovy-dev/grails
sudo apt-get update
sudo apt-get install grails-ppa
But When I try to install Grails 2.2.3 it automatically load 2.1.2 version.
sudo apt-get install grails 2.2.3
When I run this command, it install grails 2.1.2 version. I am not getting any idea how to upgrade my grails version to 2.2.3.
I am using java-6-openjdk-amd64
because java-7 is giving H2 db error with grails 2.1.2
Please help...