mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 16:44:57 +00:00
fix hibernate-scan-jandex definitions
This commit is contained in:
parent
3e1f6b52c6
commit
538cad670f
@ -18,9 +18,7 @@
|
|||||||
@JavaServiceLoadable
|
@JavaServiceLoadable
|
||||||
public interface ScannerFactory extends Service {
|
public interface ScannerFactory extends Service {
|
||||||
/**
|
/**
|
||||||
* Create a scanner
|
* Create a scanner.
|
||||||
* @param archiveDescriptorFactory
|
|
||||||
* @return
|
|
||||||
*/
|
*/
|
||||||
Scanner getScanner(ArchiveDescriptorFactory archiveDescriptorFactory);
|
Scanner getScanner(ArchiveDescriptorFactory archiveDescriptorFactory);
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
description = 'Maven plugin to integrate aspects of Hibernate into your build.'
|
description = 'Maven plugin to integrate aspects of Hibernate into your build.'
|
||||||
|
|
||||||
apply from: rootProject.file( 'gradle/published-java-module.gradle' )
|
//apply from: rootProject.file( 'gradle/published-java-module.gradle' )
|
||||||
|
apply from: rootProject.file( 'gradle/java-module.gradle' )
|
||||||
|
|
||||||
apply plugin: 'org.hibernate.build.maven-embedder'
|
apply plugin: 'org.hibernate.build.maven-embedder'
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user