Plugin not published

I am trying to publish sample plugin to gradle.
After executing gradle pblish command, I got below message:
":compileJava UP-TO-DATE
:pluginDescriptors UP-TO-DATE
:processResources UP-TO-DATE
:classes UP-TO-DATE
:jar UP-TO-DATE
:publishPluginJar UP-TO-DATE
:javadoc UP-TO-DATE
:publishPluginJavaDocsJar UP-TO-DATE
:publishPlugins
Publishing plugin com.egtest version 1.0
Thank you. Your new plugin com.egtest has been submitted for approval by Gradle engineers. The request should be processed within the next 24 hours, at which point you will be conta
cted via email.
Publishing artifact build/libs/SamplePlugin.jar
Publishing artifact build/libs/SamplePlugin-sources.jar
Publishing artifact build/libs/SamplePlugin-javadoc.jar
Activating plugin com.egtest version 1.0
"

But in plugin portal it’s showing like “Pending Approval”. After two days it’s not appearing in plugin portal.

How can i publish plugin in gradle? Anyone help me to resolve this.

Have you tried: „How do I get further help?

Please get back to us here in the forum, with a quote of the reply you get from Gradle support? That would help the rest of us here if we run into something similar in the future.