Message Boards

Liferay 7.0 Calendar import to Workspace

madhukara patel, modified 5 Years ago.

Liferay 7.0 Calendar import to Workspace

New Member Posts: 8 Join Date: 10/8/14 Recent Posts
Hi All,

I have to customize my liferay 7.0 calender . I am trying to import that calendar to myWorkspce while trying i am facing below error

kindly help ,on this.
[color=#ff0000][font=Arial, Helvetica, sans-serif]Build file 'D:\Project\IPAC\IPACWorkspace\modules\com-liferay-calendar-7.0.x\build.gradle' line: 15

* What went wrong:
A problem occurred evaluating project ':modules:com-liferay-calendar-7.0.x'.
> org.gradle.api.plugins.JavaPluginConvention.setSourceCompatibility(Lorg/gradle/api/JavaVersion;)V

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 1.52 secs

[/font][/color]
Garadle file is :
​​​​​​​
​​​​​​​buildscript {
    dependencies {
        classpath group: "com.liferay", name: "com.liferay.gradle.plugins.defaults", version: "latest.release"
    }

    repositories {
        mavenLocal()

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

apply plugin: "com.liferay.root.defaults.plugin"
thumbnail
David H Nebinger, modified 5 Years ago.

RE: Liferay 7.0 Calendar import to Workspace

Liferay Legend Posts: 14919 Join Date: 9/2/06 Recent Posts