[hibernate-issues] [Hibernate-JIRA] Resolved: (HHH-7197) update build scripts to not use deprecated gradle apis and change manual's xml declation to use doc namespace

Strong Liu (JIRA) noreply at atlassian.com
Mon Mar 26 04:35:49 EDT 2012


     [ https://hibernate.onjira.com/browse/HHH-7197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Strong Liu resolved HHH-7197.
-----------------------------

    Resolution: Fixed

> update build scripts to not use deprecated gradle apis and change manual's xml declation to use doc namespace
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: HHH-7197
>                 URL: https://hibernate.onjira.com/browse/HHH-7197
>             Project: Hibernate ORM
>          Issue Type: Improvement
>          Components: build, documentation
>            Reporter: Strong Liu
>            Assignee: Strong Liu
>             Fix For: 4.1.2
>
>
> {quote}
> The SourceSet.getClasses() method has been deprecated and will be removed in the next version of Gradle. Please use the getOutput() method instead.
> The SourceSet.getClassesDir() method has been deprecated and will be removed in the next version of Gradle. Please use the getOutput().getClassesDir() method instead.
> The SourceSet.setClassesDir() method has been deprecated and will be removed in the next version of Gradle. Please use the getOutput().setClassesDir() method instead.
> The Configuration.getAllArtifactFiles() method has been deprecated and will be removed in the next version of Gradle. Please use the getAllArtifacts().getFiles() method instead.
> {quote}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list