Disabled new IS plugin publishing

This commit is contained in:
Luca Frosini 2022-11-18 15:09:38 +01:00
parent ab225095b0
commit d9ee787061
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ public abstract class ISPublisher {
if(isPublishers==null) {
isPublishers = new ArrayList<>();
isPublishers.add(new GCoreISPublisher(applicationContext));
isPublishers.add(new RestISPublisher(applicationContext));
// isPublishers.add(new RestISPublisher(applicationContext));
}
return isPublishers;
}