Skip to content

Commit

Permalink
Turn on Artifact generation (#2715)
Browse files Browse the repository at this point in the history
Turn on Artifact generation
  • Loading branch information
Yasirmod17 authored Mar 20, 2024
1 parent 0020baa commit 76678d3
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@

import java.util.List;

//import static com.sun.tools.javac.tree.TreeInfo.fullName;


public class HostedServiceArtifactGenerationExtension implements ArtifactGenerationExtension
{
private static final ObjectMapper mapper = ObjectMapperFactory.getNewStandardObjectMapperWithPureProtocolExtensionSupports();
Expand All @@ -66,8 +63,7 @@ public String getKey()
@Override
public boolean canGenerate(PackageableElement element)
{
return false;
// return element instanceof Root_meta_external_function_activator_hostedService_HostedService;
return element instanceof Root_meta_external_function_activator_hostedService_HostedService;
}

@Override
Expand Down

0 comments on commit 76678d3

Please sign in to comment.