Message Boards

shoud i update workspace version for 7.4.3.4 GA4?

Scarletake Bwi, modified 2 Years ago.

shoud i update workspace version for 7.4.3.4 GA4?

Expert Posts: 326 Join Date: 12/20/10 Recent Posts

hi

I'd like to try Liferay CE 7.4.3.4 GA4.

i try create workspace from develop studio, i choose portal-7.4-ga4

 

in setting.gradle

buildscript {
	dependencies {
		classpath group: "biz.aQute.bnd", name: "biz.aQute.bnd", version: "5.2.0"
		classpath(group: "com.liferay", name: "com.liferay.gradle.plugins.workspace", version: "3.4.12") {
			exclude group: "biz.aQute.bnd", module: "biz.aQute.bnd"
		}
		classpath group: "net.saliman", name: "gradle-properties-plugin", version: "1.4.6"
	}

	repositories {
		maven {
			url "https://repository-cdn.liferay.com/nexus/content/groups/public"
		}

		maven {
			url "https://repository.liferay.com/nexus/content/groups/public"
		}
	}
}

apply plugin: "net.saliman.properties"

apply plugin: "com.liferay.workspace"


 

but in gradle-plugins-workspace, it is

buildscript {
	dependencies {
		classpath group: "com.liferay", name: "com.liferay.gradle.plugins.workspace", version: "3.4.16"
	}

	repositories {
		maven {
			url "https://repository-cdn.liferay.com/nexus/content/groups/public"
		}
	}
}

apply plugin: "com.liferay.workspace"

i do not know about saliman and biz.aQute, shoud i update the workspace version and remove them?

 

thanks in advance.

thumbnail
Jamie Sammons, modified 2 Years ago.

RE: shoud i update workspace version for 7.4.3.4 GA4? (Answer)

Expert Posts: 297 Join Date: 9/5/14 Recent Posts

Hi, running blade init results in something simliar to your first example.  I would recommend using what blade init provides as the team must of provided that configuration for some reason