Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Problem with tycho-compiler-plugin with implementing a supertype method

You can configure this in the tycho-maven-plugin:

			<plugin>
				<groupId>org.eclipse.tycho</groupId>
				<artifactId>tycho-maven-plugin</artifactId>
				<version>${tycho-version}</version>
				<configuration>
					<source>1.6</source>
					<target>1.6</target>
				</configuration>
			</plugin>

Groeten,
Hendrik.

On Mon, Sep 10, 2012 at 1:29 PM, Vanhoutte Mattias
<M.Vanhoutte@xxxxxxxxxxx> wrote:
> Hi Herve,
>
> Thank you, but it doesn't change anything. I get the same error message.
>
> Met vriendelijke groeten,
> Mattias Vanhoutte
> Televic Rail


Back to the top