Home
last modified time | relevance | path

Searched refs:MAVEN_REPOSITORY (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
DExportGradleTest.java83 " " + BuildFileCreator.MAVEN_REPOSITORY + "\n" + in testSimpleAndroidApp()
160 " " + BuildFileCreator.MAVEN_REPOSITORY + "\n" + in testSimpleAndroidLib()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
DBuildFileCreator.java84 static final String MAVEN_REPOSITORY = "jcenter()"; //$NON-NLS-1$ field in BuildFileCreator
350 builder.append(" " + MAVEN_REPOSITORY + "\n"); //$NON-NLS-1$ in appendBuildScript()