Skip to content

Commit 292fb1b

Browse files
committed
Update Vendor information
1 parent 5b0d887 commit 292fb1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ version = '1.10-SNAPSHOT'
102102
jar {
103103
manifest {
104104
attributes( 'Implementation-Title': 'JLessC, a Less CSS compiler',
105-
'Implementation-Vendor': 'i-net software',
105+
'Implementation-Vendor-Id': 'de.inetsoftware',
106+
'Implementation-Vendor': 'i-net software GmbH, Berlin, Germany',
106107
'Implementation-Version': version,
107108
'Automatic-Module-Name': 'de.inetsoftware.jlessc',
108109
'Bundle-SymbolicName': 'de.inetsoftware.jlessc',

0 commit comments

Comments
 (0)