File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ dependencies {
8383
8484repositories {
8585 mavenCentral()
86- xp.enonicRepo()
86+ xp.enonicRepo('dev') //TODO 'dev' is only while XP 8.0 is in development
8787}
8888----
8989
@@ -101,7 +101,7 @@ appDisplayName = My Cool App
101101appName = com.acme.something.myproject
102102vendorName = Acme Inc
103103vendorUrl = https://example.com
104- xpVersion = 8.0.0
104+ xpVersion = 8.0.0-SNAPSHOT #TODO 'dev' is only while XP 8.0 is in development
105105
106106# Settings for publishing to a Maven repo
107107group = com.acme.something
@@ -125,7 +125,7 @@ plugins {
125125
126126repositories {
127127 mavenCentral()
128- xp.enonicRepo()
128+ xp.enonicRepo('dev') //TODO 'dev' is only while XP 8.0 is in development
129129}
130130
131131
You can’t perform that action at this time.
0 commit comments