[hibernate-issues] [Hibernate-JIRA] Created: (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 03:12:48 EDT 2012


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