'Migration from ant to gradle

<jar destfile="${distDir}/lib/build.jar">
            <manifest>
                <attribute name="Class-Path" value="lib/nds2_notification.jar"/>
            </manifest>
            <fileset dir="${projectRootDir}/build"/>
</jar>

please help me to migrate above ant code to gradle



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source